Html Css Color HEX #3CF04C Lime Green

📋 copy color: '#3CF04C'

red 60 ◦ green 240 ◦ blue 76

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

Shades of Lime Green #3CF04C

Tints of Lime Green #3CF04C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.83%

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 15.96%
G = 63.83%
B = 20.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#3CF04C (or 0x3CF04C) is known color: Lime Green. HEX triplet: 3C, F0 and 4C. RGB value is (60,240,76). Sum of RGB (Red+Green+Blue) = 60+240+76=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF04C is #C30FB3. Grayscale: #A7A7A7. Windows color (decimal): -12783540 or 5042236. OLE color: 5042236.

HSL color Cylindrical-coordinate representation of color #3CF04C: hue angle of 125.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF04C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 76 -
CMYK 0.75 0 0.68 0.06
HSL 125.33º 0.86% 0.59% -
HSV(B) 125.33º 0.75% 0.94% -
XYZ 34.33 63.8 17.34 -
YUV 167.48 76.37 51.34 -
System Red Green Blue C M Y K H S L
Decimal 60 240 76 0.75 0 0.68 0.06 125.33 0.86 0.59
Hex 3C F0 4C 4B 0 44 6 7D 56 3B
Octal 74 360 114 113 0 104 6 175 126 73
Binary 111100 11110000 1001100 1001011 0 1000100 110 1111101 1010110 111011

Color Harmonies of #3CF04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF04C

Black with #3CF04C

Text Example


Text Example

White with #3CF04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,76); }

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

background-color css

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

 a { background-color: rgb(60,240,76); }

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

border-color css

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

 span { border-color: rgb(60,240,76); }

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