#3dce29

Color #3DCE29 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3DCE29

Tints of Lime Green #3DCE29

Color information

#3DCE29 (or 0x3DCE29) is unknown color: approx Lime Green. HEX triplet: 3D, CE and 29. RGB value is (61,206,41). Sum of RGB (Red+Green+Blue) = 61+206+41=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 206 (80.86% from 255 or 66.88% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE29 is #C231D6. Grayscale: #909090. Windows color (decimal): -12726743 or 2739773. OLE color: 2739773.

HSL color Cylindrical-coordinate representation of color #3DCE29: hue angle of 112.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DCE29 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB6120641-
CMYK0.7000.800.19
HSL112.73º66.8%48.43%-
HSV(B)112.73º80.1%80.78%-
XYZ24.445.299.55-
YUV143.8469.9668.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 206 (80.86% from 255) = 66.88%
BLUE value IS 41 (16.41% from 255) = 13.31%
R=19.81%
G=66.88%
B=13.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal61206410.7000.800.19112.7366.848.43
Hex3DCE294605013714330
Octal753165110601202316110360
Binary111101110011101010011000110010100001001111100011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dce29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3dce29; }

 p { color: rgb(61,206,41); }

 H1.HeaderClassName
 {
   color: #3dce29;
 }
 .AnyTagClassName
 {
   color: #3dce29;
 }
</style>
background-color css

<style>
 a { background-color: #3dce29; }

 a { background-color: rgb(61,206,41); }

 div.DivClassName
 {
   background-color: #3dce29;
 }
 .BgClassName
 {
   background-color: #3dce29;
 }
</style>
border-color css

<style>
 span { border-color: #3dce29; }

 span { border-color: rgb(61,206,41); }

 td.TdClassName
 {
   border-color: #3dce29;
 }
 .TagClassName
 {
   border-color: #3dce29;
 }
</style>