Html Css Color HEX #3DCE37 Lime Green

📋 copy color: '#3DCE37'

red 61 ◦ green 206 ◦ blue 55

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

Shades of Lime Green #3DCE37

Tints of Lime Green #3DCE37

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.98%

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 18.94%
G = 63.98%
B = 17.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#3DCE37 (or 0x3DCE37) is known color: Lime Green. HEX triplet: 3D, CE and 37. RGB value is (61,206,55). Sum of RGB (Red+Green+Blue) = 61+206+55=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE37 is #C231C8. Grayscale: #919191. Windows color (decimal): -12726729 or 3657277. OLE color: 3657277.

HSL color Cylindrical-coordinate representation of color #3DCE37: hue angle of 117.62º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCE37 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 206 55 -
CMYK 0.70 0 0.73 0.19
HSL 117.62º 0.61% 0.51% -
HSV(B) 117.62º 0.73% 0.81% -
XYZ 24.69 45.41 11.08 -
YUV 145.43 76.96 67.78 -
System Red Green Blue C M Y K H S L
Decimal 61 206 55 0.70 0 0.73 0.19 117.62 0.61 0.51
Hex 3D CE 37 46 0 49 13 76 3D 33
Octal 75 316 67 106 0 111 23 166 75 63
Binary 111101 11001110 110111 1000110 0 1001001 10011 1110110 111101 110011

Color Harmonies of #3DCE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCE37

Black with #3DCE37

Text Example


Text Example

White with #3DCE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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