Html Css Color HEX #4AD23A Lime Green

📋 copy color: '#4AD23A'

red 74 ◦ green 210 ◦ blue 58

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

Shades of Lime Green #4AD23A

Tints of Lime Green #4AD23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.4%

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 21.64%
G = 61.4%
B = 16.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#4AD23A (or 0x4AD23A) is known color: Lime Green. HEX triplet: 4A, D2 and 3A. RGB value is (74,210,58). Sum of RGB (Red+Green+Blue) = 74+210+58=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD23A is #B52DC5. Grayscale: #989898. Windows color (decimal): -11873734 or 3854922. OLE color: 3854922.

HSL color Cylindrical-coordinate representation of color #4AD23A: hue angle of 113.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AD23A is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 210 58 -
CMYK 0.65 0 0.72 0.18
HSL 113.68º 0.63% 0.53% -
HSV(B) 113.68º 0.72% 0.82% -
XYZ 26.63 47.85 11.84 -
YUV 152.01 74.94 72.36 -
System Red Green Blue C M Y K H S L
Decimal 74 210 58 0.65 0 0.72 0.18 113.68 0.63 0.53
Hex 4A D2 3A 41 0 48 12 72 3F 35
Octal 112 322 72 101 0 110 22 162 77 65
Binary 1001010 11010010 111010 1000001 0 1001000 10010 1110010 111111 110101

Color Harmonies of #4AD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD23A

Black with #4AD23A

Text Example


Text Example

White with #4AD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,210,58); }

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

background-color css

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

 a { background-color: rgb(74,210,58); }

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

border-color css

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

 span { border-color: rgb(74,210,58); }

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