Html Css Color HEX #3DCC26 Lime Green

📋 copy color: '#3DCC26'

red 61 ◦ green 204 ◦ blue 38

#3DCC26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3DCC26

Tints of Lime Green #3DCC26

RGB

 RED value IS 61 (24.22% from 255) = 20.13%

 GREEN value IS 204 (80.08% from 255) = 67.33%

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 20.13%
G = 67.33%
B = 12.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#3DCC26 (or 0x3DCC26) is known color: Lime Green. HEX triplet: 3D, CC and 26. RGB value is (61,204,38). Sum of RGB (Red+Green+Blue) = 61+204+38=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC26 is #C233D9. Grayscale: #8E8E8E. Windows color (decimal): -12727258 or 2542653. OLE color: 2542653.

HSL color Cylindrical-coordinate representation of color #3DCC26: hue angle of 111.69º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DCC26 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 204 38 -
CMYK 0.70 0 0.81 0.2
HSL 111.69º 0.69% 0.47% -
HSV(B) 111.69º 0.81% 0.8% -
XYZ 23.87 44.32 9.13 -
YUV 142.32 69.12 70 -
System Red Green Blue C M Y K H S L
Decimal 61 204 38 0.70 0 0.81 0.2 111.69 0.69 0.47
Hex 3D CC 26 46 0 51 14 70 45 2F
Octal 75 314 46 106 0 121 24 160 105 57
Binary 111101 11001100 100110 1000110 0 1010001 10100 1110000 1000101 101111

Color Harmonies of #3DCC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC26

Black with #3DCC26

Text Example


Text Example

White with #3DCC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,204,38); }

 H1.HeaderClassName
 {
   color: #3DCC26;
 }
 .AnyTagClassName
 {
   color: #3DCC26;
 }
</style>

background-color css

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

 a { background-color: rgb(61,204,38); }

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

border-color css

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

 span { border-color: rgb(61,204,38); }

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