Html Css Color HEX #4ABD38 Lime Green

📋 copy color: '#4ABD38'

red 74 ◦ green 189 ◦ blue 56

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

Shades of Lime Green #4ABD38

Tints of Lime Green #4ABD38

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.25%

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

R = 23.2%
G = 59.25%
B = 17.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#4ABD38 (or 0x4ABD38) is known color: Lime Green. HEX triplet: 4A, BD and 38. RGB value is (74,189,56). Sum of RGB (Red+Green+Blue) = 74+189+56=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABD38 is #B542C7. Grayscale: #8B8B8B. Windows color (decimal): -11879112 or 3718474. OLE color: 3718474.

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

Color convert

RGB 74 189 56 -
CMYK 0.61 0 0.70 0.26
HSL 111.88º 0.54% 0.48% -
HSV(B) 111.88º 0.7% 0.74% -
XYZ 21.74 38.14 9.96 -
YUV 139.45 80.9 81.31 -
System Red Green Blue C M Y K H S L
Decimal 74 189 56 0.61 0 0.70 0.26 111.88 0.54 0.48
Hex 4A BD 38 3D 0 46 1A 70 36 30
Octal 112 275 70 75 0 106 32 160 66 60
Binary 1001010 10111101 111000 111101 0 1000110 11010 1110000 110110 110000

Color Harmonies of #4ABD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABD38

Black with #4ABD38

Text Example


Text Example

White with #4ABD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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