Html Css Color HEX #4AEB28 Lime Green

📋 copy color: '#4AEB28'

red 74 ◦ green 235 ◦ blue 40

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

Shades of Lime Green #4AEB28

Tints of Lime Green #4AEB28

RGB

 RED value IS 74 (29.3% from 255) = 21.2%

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

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 21.2%
G = 67.34%
B = 11.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#4AEB28 (or 0x4AEB28) is known color: Lime Green. HEX triplet: 4A, EB and 28. RGB value is (74,235,40). Sum of RGB (Red+Green+Blue) = 74+235+40=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 235 (92.19% from 255 or 67.34% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEB28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEB28 is #B514D7. Grayscale: #A5A5A5. Windows color (decimal): -11867352 or 2681674. OLE color: 2681674.

HSL color Cylindrical-coordinate representation of color #4AEB28: hue angle of 109.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AEB28 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 235 40 -
CMYK 0.69 0 0.83 0.08
HSL 109.54º 0.83% 0.54% -
HSV(B) 109.54º 0.83% 0.92% -
XYZ 32.92 61.03 12.05 -
YUV 164.63 57.66 63.36 -
System Red Green Blue C M Y K H S L
Decimal 74 235 40 0.69 0 0.83 0.08 109.54 0.83 0.54
Hex 4A EB 28 45 0 53 8 6E 53 36
Octal 112 353 50 105 0 123 10 156 123 66
Binary 1001010 11101011 101000 1000101 0 1010011 1000 1101110 1010011 110110

Color Harmonies of #4AEB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEB28

Black with #4AEB28

Text Example


Text Example

White with #4AEB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,235,40); }

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

background-color css

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

 a { background-color: rgb(74,235,40); }

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

border-color css

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

 span { border-color: rgb(74,235,40); }

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