Html Css Color HEX #4AD23D Lime Green

📋 copy color: '#4AD23D'

red 74 ◦ green 210 ◦ blue 61

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

Shades of Lime Green #4AD23D

Tints of Lime Green #4AD23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 21.45%
G = 60.87%
B = 17.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#4AD23D (or 0x4AD23D) is known color: Lime Green. HEX triplet: 4A, D2 and 3D. RGB value is (74,210,61). Sum of RGB (Red+Green+Blue) = 74+210+61=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD23D is #B52DC2. Grayscale: #989898. Windows color (decimal): -11873731 or 4051530. OLE color: 4051530.

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

Color convert

RGB 74 210 61 -
CMYK 0.65 0 0.71 0.18
HSL 114.77º 0.62% 0.53% -
HSV(B) 114.77º 0.71% 0.82% -
XYZ 26.71 47.89 12.25 -
YUV 152.35 76.44 72.12 -
System Red Green Blue C M Y K H S L
Decimal 74 210 61 0.65 0 0.71 0.18 114.77 0.62 0.53
Hex 4A D2 3D 41 0 47 12 73 3E 35
Octal 112 322 75 101 0 107 22 163 76 65
Binary 1001010 11010010 111101 1000001 0 1000111 10010 1110011 111110 110101

Color Harmonies of #4AD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD23D

Black with #4AD23D

Text Example


Text Example

White with #4AD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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