Html Css Color HEX #4CC241 Lime Green

📋 copy color: '#4CC241'

red 76 ◦ green 194 ◦ blue 65

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

Shades of Lime Green #4CC241

Tints of Lime Green #4CC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.91%

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

R = 22.69%
G = 57.91%
B = 19.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#4CC241 (or 0x4CC241) is known color: Lime Green. HEX triplet: 4C, C2 and 41. RGB value is (76,194,65). Sum of RGB (Red+Green+Blue) = 76+194+65=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC241 is #B33DBE. Grayscale: #909090. Windows color (decimal): -11746751 or 4309580. OLE color: 4309580.

HSL color Cylindrical-coordinate representation of color #4CC241: hue angle of 114.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CC241 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 194 65 -
CMYK 0.61 0 0.66 0.24
HSL 114.88º 0.51% 0.51% -
HSV(B) 114.88º 0.66% 0.76% -
XYZ 23.23 40.5 11.59 -
YUV 144.01 83.41 79.49 -
System Red Green Blue C M Y K H S L
Decimal 76 194 65 0.61 0 0.66 0.24 114.88 0.51 0.51
Hex 4C C2 41 3D 0 42 18 73 33 33
Octal 114 302 101 75 0 102 30 163 63 63
Binary 1001100 11000010 1000001 111101 0 1000010 11000 1110011 110011 110011

Color Harmonies of #4CC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC241

Black with #4CC241

Text Example


Text Example

White with #4CC241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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