Html Css Color HEX #4CEB45 Lime Green

📋 copy color: '#4CEB45'

red 76 ◦ green 235 ◦ blue 69

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

Shades of Lime Green #4CEB45

Tints of Lime Green #4CEB45

RGB

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

 GREEN value IS 235 (92.19% from 255) = 61.84%

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 20%
G = 61.84%
B = 18.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#4CEB45 (or 0x4CEB45) is known color: Lime Green. HEX triplet: 4C, EB and 45. RGB value is (76,235,69). Sum of RGB (Red+Green+Blue) = 76+235+69=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 235 (92.19% from 255 or 61.84% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEB45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEB45 is #B314BA. Grayscale: #A9A9A9. Windows color (decimal): -11736251 or 4582220. OLE color: 4582220.

HSL color Cylindrical-coordinate representation of color #4CEB45: hue angle of 117.47º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CEB45 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 235 69 -
CMYK 0.68 0 0.71 0.08
HSL 117.47º 0.81% 0.6% -
HSV(B) 117.47º 0.71% 0.92% -
XYZ 33.76 61.38 15.7 -
YUV 168.54 71.82 62 -
System Red Green Blue C M Y K H S L
Decimal 76 235 69 0.68 0 0.71 0.08 117.47 0.81 0.6
Hex 4C EB 45 44 0 47 8 75 51 3C
Octal 114 353 105 104 0 107 10 165 121 74
Binary 1001100 11101011 1000101 1000100 0 1000111 1000 1110101 1010001 111100

Color Harmonies of #4CEB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEB45

Black with #4CEB45

Text Example


Text Example

White with #4CEB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,235,69); }

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

background-color css

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

 a { background-color: rgb(76,235,69); }

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

border-color css

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

 span { border-color: rgb(76,235,69); }

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