Html Css Color HEX #4ACE34 Lime Green

📋 copy color: '#4ACE34'

red 74 ◦ green 206 ◦ blue 52

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

Shades of Lime Green #4ACE34

Tints of Lime Green #4ACE34

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.05%

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 22.29%
G = 62.05%
B = 15.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#4ACE34 (or 0x4ACE34) is known color: Lime Green. HEX triplet: 4A, CE and 34. RGB value is (74,206,52). Sum of RGB (Red+Green+Blue) = 74+206+52=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACE34 is #B531CB. Grayscale: #959595. Windows color (decimal): -11874764 or 3460682. OLE color: 3460682.

HSL color Cylindrical-coordinate representation of color #4ACE34: hue angle of 111.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4ACE34 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 52 -
CMYK 0.64 0 0.75 0.19
HSL 111.43º 0.61% 0.51% -
HSV(B) 111.43º 0.75% 0.81% -
XYZ 25.52 45.85 10.75 -
YUV 148.98 73.27 74.52 -
System Red Green Blue C M Y K H S L
Decimal 74 206 52 0.64 0 0.75 0.19 111.43 0.61 0.51
Hex 4A CE 34 40 0 4B 13 6F 3D 33
Octal 112 316 64 100 0 113 23 157 75 63
Binary 1001010 11001110 110100 1000000 0 1001011 10011 1101111 111101 110011

Color Harmonies of #4ACE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACE34

Black with #4ACE34

Text Example


Text Example

White with #4ACE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,206,52); }

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

background-color css

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

 a { background-color: rgb(74,206,52); }

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

border-color css

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

 span { border-color: rgb(74,206,52); }

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