Html Css Color HEX #4AD42D Lime Green

📋 copy color: '#4AD42D'

red 74 ◦ green 212 ◦ blue 45

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

Shades of Lime Green #4AD42D

Tints of Lime Green #4AD42D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.05%

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 22.36%
G = 64.05%
B = 13.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#4AD42D (or 0x4AD42D) is known color: Lime Green. HEX triplet: 4A, D4 and 2D. RGB value is (74,212,45). Sum of RGB (Red+Green+Blue) = 74+212+45=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD42D is #B52BD2. Grayscale: #989898. Windows color (decimal): -11873235 or 3003466. OLE color: 3003466.

HSL color Cylindrical-coordinate representation of color #4AD42D: hue angle of 109.58º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AD42D is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 212 45 -
CMYK 0.65 0 0.79 0.17
HSL 109.58º 0.66% 0.5% -
HSV(B) 109.58º 0.79% 0.83% -
XYZ 26.84 48.73 10.47 -
YUV 151.7 67.78 72.58 -
System Red Green Blue C M Y K H S L
Decimal 74 212 45 0.65 0 0.79 0.17 109.58 0.66 0.5
Hex 4A D4 2D 41 0 4F 11 6E 42 32
Octal 112 324 55 101 0 117 21 156 102 62
Binary 1001010 11010100 101101 1000001 0 1001111 10001 1101110 1000010 110010

Color Harmonies of #4AD42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD42D

Black with #4AD42D

Text Example


Text Example

White with #4AD42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,212,45); }

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

background-color css

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

 a { background-color: rgb(74,212,45); }

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

border-color css

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

 span { border-color: rgb(74,212,45); }

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