Html Css Color HEX #4ABB38 Lime Green

📋 copy color: '#4ABB38'

red 74 ◦ green 187 ◦ blue 56

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

Shades of Lime Green #4ABB38

Tints of Lime Green #4ABB38

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.99%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 23.34%
G = 58.99%
B = 17.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#4ABB38 (or 0x4ABB38) is known color: Lime Green. HEX triplet: 4A, BB and 38. RGB value is (74,187,56). Sum of RGB (Red+Green+Blue) = 74+187+56=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABB38 is #B544C7. Grayscale: #8A8A8A. Windows color (decimal): -11879624 or 3717962. OLE color: 3717962.

HSL color Cylindrical-coordinate representation of color #4ABB38: hue angle of 111.76º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABB38 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 187 56 -
CMYK 0.60 0 0.70 0.27
HSL 111.76º 0.54% 0.48% -
HSV(B) 111.76º 0.7% 0.73% -
XYZ 21.31 37.28 9.81 -
YUV 138.28 81.56 82.15 -
System Red Green Blue C M Y K H S L
Decimal 74 187 56 0.60 0 0.70 0.27 111.76 0.54 0.48
Hex 4A BB 38 3C 0 46 1B 70 36 30
Octal 112 273 70 74 0 106 33 160 66 60
Binary 1001010 10111011 111000 111100 0 1000110 11011 1110000 110110 110000

Color Harmonies of #4ABB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABB38

Black with #4ABB38

Text Example


Text Example

White with #4ABB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,187,56); }

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

background-color css

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

 a { background-color: rgb(74,187,56); }

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

border-color css

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

 span { border-color: rgb(74,187,56); }

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