Html Css Color HEX #4ADB35 Lime Green

📋 copy color: '#4ADB35'

red 74 ◦ green 219 ◦ blue 53

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

Shades of Lime Green #4ADB35

Tints of Lime Green #4ADB35

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.29%

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

R = 21.39%
G = 63.29%
B = 15.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#4ADB35 (or 0x4ADB35) is known color: Lime Green. HEX triplet: 4A, DB and 35. RGB value is (74,219,53). Sum of RGB (Red+Green+Blue) = 74+219+53=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADB35 is #B524CA. Grayscale: #9D9D9D. Windows color (decimal): -11871435 or 3529546. OLE color: 3529546.

HSL color Cylindrical-coordinate representation of color #4ADB35: hue angle of 112.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ADB35 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 53 -
CMYK 0.66 0 0.76 0.14
HSL 112.41º 0.7% 0.53% -
HSV(B) 112.41º 0.76% 0.86% -
XYZ 28.8 52.38 11.96 -
YUV 156.72 69.46 69 -
System Red Green Blue C M Y K H S L
Decimal 74 219 53 0.66 0 0.76 0.14 112.41 0.7 0.53
Hex 4A DB 35 42 0 4C E 70 46 35
Octal 112 333 65 102 0 114 16 160 106 65
Binary 1001010 11011011 110101 1000010 0 1001100 1110 1110000 1000110 110101

Color Harmonies of #4ADB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADB35

Black with #4ADB35

Text Example


Text Example

White with #4ADB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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