Html Css Color HEX #3CEA1F Lime Green

📋 copy color: '#3CEA1F'

red 60 ◦ green 234 ◦ blue 31

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

Shades of Lime Green #3CEA1F

Tints of Lime Green #3CEA1F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 72%

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

R = 18.46%
G = 72%
B = 9.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#3CEA1F (or 0x3CEA1F) is known color: Lime Green. HEX triplet: 3C, EA and 1F. RGB value is (60,234,31). Sum of RGB (Red+Green+Blue) = 60+234+31=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 234 (91.80% from 255 or 72% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA1F is #C315E0. Grayscale: #9F9F9F. Windows color (decimal): -12785121 or 2091580. OLE color: 2091580.

HSL color Cylindrical-coordinate representation of color #3CEA1F: hue angle of 111.43º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CEA1F is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 31 -
CMYK 0.74 0 0.87 0.08
HSL 111.43º 0.83% 0.52% -
HSV(B) 111.43º 0.87% 0.92% -
XYZ 31.53 59.91 11.2 -
YUV 158.83 55.85 57.51 -
System Red Green Blue C M Y K H S L
Decimal 60 234 31 0.74 0 0.87 0.08 111.43 0.83 0.52
Hex 3C EA 1F 4A 0 57 8 6F 53 34
Octal 74 352 37 112 0 127 10 157 123 64
Binary 111100 11101010 11111 1001010 0 1010111 1000 1101111 1010011 110100

Color Harmonies of #3CEA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEA1F

Black with #3CEA1F

Text Example


Text Example

White with #3CEA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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