Html Css Color HEX #4ACD35 Lime Green

📋 copy color: '#4ACD35'

red 74 ◦ green 205 ◦ blue 53

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

Shades of Lime Green #4ACD35

Tints of Lime Green #4ACD35

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.75%

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

R = 22.29%
G = 61.75%
B = 15.96%

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

#4ACD35 (or 0x4ACD35) is known color: Lime Green. HEX triplet: 4A, CD and 35. RGB value is (74,205,53). Sum of RGB (Red+Green+Blue) = 74+205+53=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD35 is #B532CA. Grayscale: #949494. Windows color (decimal): -11875019 or 3525962. OLE color: 3525962.

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

Color convert

RGB 74 205 53 -
CMYK 0.64 0 0.74 0.20
HSL 111.71º 0.6% 0.51% -
HSV(B) 111.71º 0.74% 0.8% -
XYZ 25.3 45.38 10.79 -
YUV 148.5 74.1 74.86 -
System Red Green Blue C M Y K H S L
Decimal 74 205 53 0.64 0 0.74 0.20 111.71 0.6 0.51
Hex 4A CD 35 40 0 4A 14 70 3C 33
Octal 112 315 65 100 0 112 24 160 74 63
Binary 1001010 11001101 110101 1000000 0 1001010 10100 1110000 111100 110011

Color Harmonies of #4ACD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACD35

Black with #4ACD35

Text Example


Text Example

White with #4ACD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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