Html Css Color HEX #4ACB30 Lime Green

📋 copy color: '#4ACB30'

red 74 ◦ green 203 ◦ blue 48

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

Shades of Lime Green #4ACB30

Tints of Lime Green #4ACB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 22.77%
G = 62.46%
B = 14.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#4ACB30 (or 0x4ACB30) is known color: Lime Green. HEX triplet: 4A, CB and 30. RGB value is (74,203,48). Sum of RGB (Red+Green+Blue) = 74+203+48=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 203 (79.69% from 255 or 62.46% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACB30 is #B534CF. Grayscale: #939393. Windows color (decimal): -11875536 or 3197770. OLE color: 3197770.

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

Color convert

RGB 74 203 48 -
CMYK 0.64 0 0.76 0.20
HSL 109.94º 0.62% 0.49% -
HSV(B) 109.94º 0.76% 0.8% -
XYZ 24.71 44.38 10.06 -
YUV 146.76 72.26 76.1 -
System Red Green Blue C M Y K H S L
Decimal 74 203 48 0.64 0 0.76 0.20 109.94 0.62 0.49
Hex 4A CB 30 40 0 4C 14 6E 3E 31
Octal 112 313 60 100 0 114 24 156 76 61
Binary 1001010 11001011 110000 1000000 0 1001100 10100 1101110 111110 110001

Color Harmonies of #4ACB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACB30

Black with #4ACB30

Text Example


Text Example

White with #4ACB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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