Html Css Color HEX #4ACB3F Lime Green

📋 copy color: '#4ACB3F'

red 74 ◦ green 203 ◦ blue 63

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

Shades of Lime Green #4ACB3F

Tints of Lime Green #4ACB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 21.76%
G = 59.71%
B = 18.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#4ACB3F (or 0x4ACB3F) is known color: Lime Green. HEX triplet: 4A, CB and 3F. RGB value is (74,203,63). Sum of RGB (Red+Green+Blue) = 74+203+63=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACB3F is #B534C0. Grayscale: #949494. Windows color (decimal): -11875521 or 4180810. OLE color: 4180810.

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

Color convert

RGB 74 203 63 -
CMYK 0.64 0 0.69 0.20
HSL 115.29º 0.57% 0.52% -
HSV(B) 115.29º 0.69% 0.8% -
XYZ 25.08 44.53 11.98 -
YUV 148.47 79.76 74.88 -
System Red Green Blue C M Y K H S L
Decimal 74 203 63 0.64 0 0.69 0.20 115.29 0.57 0.52
Hex 4A CB 3F 40 0 45 14 73 39 34
Octal 112 313 77 100 0 105 24 163 71 64
Binary 1001010 11001011 111111 1000000 0 1000101 10100 1110011 111001 110100

Color Harmonies of #4ACB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACB3F

Black with #4ACB3F

Text Example


Text Example

White with #4ACB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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