Html Css Color HEX #3CF44C Lime Green

📋 copy color: '#3CF44C'

red 60 ◦ green 244 ◦ blue 76

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

Shades of Lime Green #3CF44C

Tints of Lime Green #3CF44C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 64.21%

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

R = 15.79%
G = 64.21%
B = 20%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#3CF44C (or 0x3CF44C) is known color: Lime Green. HEX triplet: 3C, F4 and 4C. RGB value is (60,244,76). Sum of RGB (Red+Green+Blue) = 60+244+76=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 244 (95.70% from 255 or 64.21% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF44C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF44C is #C30BB3. Grayscale: #AAAAAA. Windows color (decimal): -12782516 or 5043260. OLE color: 5043260.

HSL color Cylindrical-coordinate representation of color #3CF44C: hue angle of 125.22º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF44C is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 244 76 -
CMYK 0.75 0 0.69 0.04
HSL 125.22º 0.89% 0.6% -
HSV(B) 125.22º 0.75% 0.96% -
XYZ 35.52 66.18 17.74 -
YUV 169.83 75.04 49.66 -
System Red Green Blue C M Y K H S L
Decimal 60 244 76 0.75 0 0.69 0.04 125.22 0.89 0.6
Hex 3C F4 4C 4B 0 45 4 7D 59 3C
Octal 74 364 114 113 0 105 4 175 131 74
Binary 111100 11110100 1001100 1001011 0 1000101 100 1111101 1011001 111100

Color Harmonies of #3CF44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF44C

Black with #3CF44C

Text Example


Text Example

White with #3CF44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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