Html Css Color HEX #3AD018 Kelly Green

📋 copy color: '#3AD018'

red 58 ◦ green 208 ◦ blue 24

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

Shades of Kelly Green #3AD018

Tints of Kelly Green #3AD018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.72%

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 20%
G = 71.72%
B = 8.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#3AD018 (or 0x3AD018) is known color: Kelly Green. HEX triplet: 3A, D0 and 18. RGB value is (58,208,24). Sum of RGB (Red+Green+Blue) = 58+208+24=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 208 (81.64% from 255 or 71.72% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD018 is #C52FE7. Grayscale: #8E8E8E. Windows color (decimal): -12922856 or 1626170. OLE color: 1626170.

HSL color Cylindrical-coordinate representation of color #3AD018: hue angle of 108.91º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AD018 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 24 -
CMYK 0.72 0 0.88 0.18
HSL 108.91º 0.79% 0.45% -
HSV(B) 108.91º 0.88% 0.82% -
XYZ 24.47 46.08 8.47 -
YUV 142.17 61.31 67.96 -
System Red Green Blue C M Y K H S L
Decimal 58 208 24 0.72 0 0.88 0.18 108.91 0.79 0.45
Hex 3A D0 18 48 0 58 12 6D 4F 2D
Octal 72 320 30 110 0 130 22 155 117 55
Binary 111010 11010000 11000 1001000 0 1011000 10010 1101101 1001111 101101

Color Harmonies of #3AD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD018

Black with #3AD018

Text Example


Text Example

White with #3AD018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,208,24); }

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

background-color css

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

 a { background-color: rgb(58,208,24); }

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

border-color css

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

 span { border-color: rgb(58,208,24); }

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