Html Css Color HEX #4ACB37 Lime Green

📋 copy color: '#4ACB37'

red 74 ◦ green 203 ◦ blue 55

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

Shades of Lime Green #4ACB37

Tints of Lime Green #4ACB37

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.14%

 BLUE value IS 55 (21.88% from 255) = 16.57%

R = 22.29%
G = 61.14%
B = 16.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#4ACB37 (or 0x4ACB37) is known color: Lime Green. HEX triplet: 4A, CB and 37. RGB value is (74,203,55). Sum of RGB (Red+Green+Blue) = 74+203+55=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACB37 is #B534C8. Grayscale: #949494. Windows color (decimal): -11875529 or 3656522. OLE color: 3656522.

HSL color Cylindrical-coordinate representation of color #4ACB37: hue angle of 112.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4ACB37 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 203 55 -
CMYK 0.64 0 0.73 0.20
HSL 112.3º 0.59% 0.51% -
HSV(B) 112.3º 0.73% 0.8% -
XYZ 24.87 44.44 10.88 -
YUV 147.56 75.76 75.53 -
System Red Green Blue C M Y K H S L
Decimal 74 203 55 0.64 0 0.73 0.20 112.3 0.59 0.51
Hex 4A CB 37 40 0 49 14 70 3B 33
Octal 112 313 67 100 0 111 24 160 73 63
Binary 1001010 11001011 110111 1000000 0 1001001 10100 1110000 111011 110011

Color Harmonies of #4ACB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACB37

Black with #4ACB37

Text Example


Text Example

White with #4ACB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,203,55); }

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

background-color css

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

 a { background-color: rgb(74,203,55); }

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

border-color css

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

 span { border-color: rgb(74,203,55); }

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