Html Css Color HEX #3DCC39 Lime Green

📋 copy color: '#3DCC39'

red 61 ◦ green 204 ◦ blue 57

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

Shades of Lime Green #3DCC39

Tints of Lime Green #3DCC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 18.94%
G = 63.35%
B = 17.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#3DCC39 (or 0x3DCC39) is known color: Lime Green. HEX triplet: 3D, CC and 39. RGB value is (61,204,57). Sum of RGB (Red+Green+Blue) = 61+204+57=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC39 is #C233C6. Grayscale: #909090. Windows color (decimal): -12727239 or 3787837. OLE color: 3787837.

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

Color convert

RGB 61 204 57 -
CMYK 0.70 0 0.72 0.2
HSL 118.37º 0.59% 0.51% -
HSV(B) 118.37º 0.72% 0.8% -
XYZ 24.26 44.47 11.18 -
YUV 144.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 61 204 57 0.70 0 0.72 0.2 118.37 0.59 0.51
Hex 3D CC 39 46 0 48 14 76 3B 33
Octal 75 314 71 106 0 110 24 166 73 63
Binary 111101 11001100 111001 1000110 0 1001000 10100 1110110 111011 110011

Color Harmonies of #3DCC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC39

Black with #3DCC39

Text Example


Text Example

White with #3DCC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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