Html Css Color HEX #3AD610 Kelly Green

📋 copy color: '#3AD610'

red 58 ◦ green 214 ◦ blue 16

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

Shades of Kelly Green #3AD610

Tints of Kelly Green #3AD610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 74.31%

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 20.14%
G = 74.31%
B = 5.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#3AD610 (or 0x3AD610) is known color: Kelly Green. HEX triplet: 3A, D6 and 10. RGB value is (58,214,16). Sum of RGB (Red+Green+Blue) = 58+214+16=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 214 (83.98% from 255 or 74.31% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD610 is #C529EF. Grayscale: #919191. Windows color (decimal): -12921328 or 1103418. OLE color: 1103418.

HSL color Cylindrical-coordinate representation of color #3AD610: hue angle of 107.27º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AD610 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 16 -
CMYK 0.73 0 0.93 0.16
HSL 107.27º 0.86% 0.45% -
HSV(B) 107.27º 0.93% 0.84% -
XYZ 25.89 49.03 8.59 -
YUV 144.78 55.32 66.1 -
System Red Green Blue C M Y K H S L
Decimal 58 214 16 0.73 0 0.93 0.16 107.27 0.86 0.45
Hex 3A D6 10 49 0 5D 10 6B 56 2D
Octal 72 326 20 111 0 135 20 153 126 55
Binary 111010 11010110 10000 1001001 0 1011101 10000 1101011 1010110 101101

Color Harmonies of #3AD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD610

Black with #3AD610

Text Example


Text Example

White with #3AD610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,214,16); }

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

background-color css

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

 a { background-color: rgb(58,214,16); }

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

border-color css

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

 span { border-color: rgb(58,214,16); }

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