Html Css Color HEX #3AD24B Lime Green

📋 copy color: '#3AD24B'

red 58 ◦ green 210 ◦ blue 75

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

Shades of Lime Green #3AD24B

Tints of Lime Green #3AD24B

RGB

 RED value IS 58 (23.05% from 255) = 16.91%

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

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 16.91%
G = 61.22%
B = 21.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#3AD24B (or 0x3AD24B) is known color: Lime Green. HEX triplet: 3A, D2 and 4B. RGB value is (58,210,75). Sum of RGB (Red+Green+Blue) = 58+210+75=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD24B is #C52DB4. Grayscale: #959595. Windows color (decimal): -12922293 or 4969018. OLE color: 4969018.

HSL color Cylindrical-coordinate representation of color #3AD24B: hue angle of 126.71º 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 #3AD24B is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 210 75 -
CMYK 0.72 0 0.64 0.18
HSL 126.71º 0.63% 0.53% -
HSV(B) 126.71º 0.72% 0.82% -
XYZ 26.06 47.5 14.45 -
YUV 149.16 86.14 62.98 -
System Red Green Blue C M Y K H S L
Decimal 58 210 75 0.72 0 0.64 0.18 126.71 0.63 0.53
Hex 3A D2 4B 48 0 40 12 7F 3F 35
Octal 72 322 113 110 0 100 22 177 77 65
Binary 111010 11010010 1001011 1001000 0 1000000 10010 1111111 111111 110101

Color Harmonies of #3AD24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD24B

Black with #3AD24B

Text Example


Text Example

White with #3AD24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AD24B; }

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

 H1.HeaderClassName
 {
   color: #3AD24B;
 }
 .AnyTagClassName
 {
   color: #3AD24B;
 }
</style>

background-color css

<style>
 a { background-color: #3AD24B; }

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

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

border-color css

<style>
 span { border-color: #3AD24B; }

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

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