Html Css Color HEX #4CEF41 Lime Green

📋 copy color: '#4CEF41'

red 76 ◦ green 239 ◦ blue 65

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

Shades of Lime Green #4CEF41

Tints of Lime Green #4CEF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 62.89%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 20%
G = 62.89%
B = 17.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#4CEF41 (or 0x4CEF41) is known color: Lime Green. HEX triplet: 4C, EF and 41. RGB value is (76,239,65). Sum of RGB (Red+Green+Blue) = 76+239+65=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 239 (93.75% from 255 or 62.89% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF41 is #B310BE. Grayscale: #AAAAAA. Windows color (decimal): -11735231 or 4321100. OLE color: 4321100.

HSL color Cylindrical-coordinate representation of color #4CEF41: hue angle of 116.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4CEF41 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 239 65 -
CMYK 0.68 0 0.73 0.06
HSL 116.21º 0.84% 0.6% -
HSV(B) 116.21º 0.73% 0.94% -
XYZ 34.8 63.65 15.45 -
YUV 170.43 68.5 60.65 -
System Red Green Blue C M Y K H S L
Decimal 76 239 65 0.68 0 0.73 0.06 116.21 0.84 0.6
Hex 4C EF 41 44 0 49 6 74 54 3C
Octal 114 357 101 104 0 111 6 164 124 74
Binary 1001100 11101111 1000001 1000100 0 1001001 110 1110100 1010100 111100

Color Harmonies of #4CEF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEF41

Black with #4CEF41

Text Example


Text Example

White with #4CEF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,239,65); }

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

background-color css

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

 a { background-color: rgb(76,239,65); }

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

border-color css

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

 span { border-color: rgb(76,239,65); }

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