Html Css Color HEX #4CF236 Lime Green

📋 copy color: '#4CF236'

red 76 ◦ green 242 ◦ blue 54

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

Shades of Lime Green #4CF236

Tints of Lime Green #4CF236

RGB

 RED value IS 76 (30.08% from 255) = 20.43%

 GREEN value IS 242 (94.92% from 255) = 65.05%

 BLUE value IS 54 (21.48% from 255) = 14.52%

R = 20.43%
G = 65.05%
B = 14.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#4CF236 (or 0x4CF236) is known color: Lime Green. HEX triplet: 4C, F2 and 36. RGB value is (76,242,54). Sum of RGB (Red+Green+Blue) = 76+242+54=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF236 is #B30DC9. Grayscale: #ABABAB. Windows color (decimal): -11734474 or 3600972. OLE color: 3600972.

HSL color Cylindrical-coordinate representation of color #4CF236: hue angle of 112.98º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CF236 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 54 -
CMYK 0.69 0 0.78 0.05
HSL 112.98º 0.88% 0.58% -
HSV(B) 112.98º 0.78% 0.95% -
XYZ 35.4 65.31 14.23 -
YUV 170.93 62 60.29 -
System Red Green Blue C M Y K H S L
Decimal 76 242 54 0.69 0 0.78 0.05 112.98 0.88 0.58
Hex 4C F2 36 45 0 4E 5 71 58 3A
Octal 114 362 66 105 0 116 5 161 130 72
Binary 1001100 11110010 110110 1000101 0 1001110 101 1110001 1011000 111010

Color Harmonies of #4CF236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF236

Black with #4CF236

Text Example


Text Example

White with #4CF236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CF236; }

 p { color: rgb(76,242,54); }

 H1.HeaderClassName
 {
   color: #4CF236;
 }
 .AnyTagClassName
 {
   color: #4CF236;
 }
</style>

background-color css

<style>
 a { background-color: #4CF236; }

 a { background-color: rgb(76,242,54); }

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

border-color css

<style>
 span { border-color: #4CF236; }

 span { border-color: rgb(76,242,54); }

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