Html Css Color HEX #3CD31F Lime Green

📋 copy color: '#3CD31F'

red 60 ◦ green 211 ◦ blue 31

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

Shades of Lime Green #3CD31F

Tints of Lime Green #3CD31F

RGB

 RED value IS 60 (23.83% from 255) = 19.87%

 GREEN value IS 211 (82.81% from 255) = 69.87%

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 19.87%
G = 69.87%
B = 10.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#3CD31F (or 0x3CD31F) is known color: Lime Green. HEX triplet: 3C, D3 and 1F. RGB value is (60,211,31). Sum of RGB (Red+Green+Blue) = 60+211+31=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 211 (82.81% from 255 or 69.87% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD31F is #C32CE0. Grayscale: #919191. Windows color (decimal): -12791009 or 2085692. OLE color: 2085692.

HSL color Cylindrical-coordinate representation of color #3CD31F: hue angle of 110.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CD31F is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 211 31 -
CMYK 0.72 0 0.85 0.17
HSL 110.33º 0.74% 0.47% -
HSV(B) 110.33º 0.85% 0.83% -
XYZ 25.41 47.65 9.15 -
YUV 145.33 63.47 67.14 -
System Red Green Blue C M Y K H S L
Decimal 60 211 31 0.72 0 0.85 0.17 110.33 0.74 0.47
Hex 3C D3 1F 48 0 55 11 6E 4A 2F
Octal 74 323 37 110 0 125 21 156 112 57
Binary 111100 11010011 11111 1001000 0 1010101 10001 1101110 1001010 101111

Color Harmonies of #3CD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD31F

Black with #3CD31F

Text Example


Text Example

White with #3CD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,211,31); }

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

background-color css

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

 a { background-color: rgb(60,211,31); }

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

border-color css

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

 span { border-color: rgb(60,211,31); }

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