Html Css Color HEX #4ACB35 Lime Green

📋 copy color: '#4ACB35'

red 74 ◦ green 203 ◦ blue 53

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

Shades of Lime Green #4ACB35

Tints of Lime Green #4ACB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.06%

R = 22.42%
G = 61.52%
B = 16.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#4ACB35 (or 0x4ACB35) is known color: Lime Green. HEX triplet: 4A, CB and 35. RGB value is (74,203,53). Sum of RGB (Red+Green+Blue) = 74+203+53=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACB35 is #B534CA. Grayscale: #939393. Windows color (decimal): -11875531 or 3525450. OLE color: 3525450.

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

Color convert

RGB 74 203 53 -
CMYK 0.64 0 0.74 0.20
HSL 111.6º 0.59% 0.5% -
HSV(B) 111.6º 0.74% 0.8% -
XYZ 24.82 44.42 10.63 -
YUV 147.33 74.76 75.7 -
System Red Green Blue C M Y K H S L
Decimal 74 203 53 0.64 0 0.74 0.20 111.6 0.59 0.5
Hex 4A CB 35 40 0 4A 14 70 3B 32
Octal 112 313 65 100 0 112 24 160 73 62
Binary 1001010 11001011 110101 1000000 0 1001010 10100 1110000 111011 110010

Color Harmonies of #4ACB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACB35

Black with #4ACB35

Text Example


Text Example

White with #4ACB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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