Html Css Color HEX #3AD205 Kelly Green

📋 copy color: '#3AD205'

red 58 ◦ green 210 ◦ blue 5

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

Shades of Kelly Green #3AD205

Tints of Kelly Green #3AD205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 21.25%
G = 76.92%
B = 1.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#3AD205 (or 0x3AD205) is known color: Kelly Green. HEX triplet: 3A, D2 and 05. RGB value is (58,210,5). Sum of RGB (Red+Green+Blue) = 58+210+5=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD205 is #C52DFA. Grayscale: #8D8D8D. Windows color (decimal): -12922363 or 381498. OLE color: 381498.

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

Color convert

RGB 58 210 5 -
CMYK 0.72 0 0.98 0.18
HSL 104.49º 0.95% 0.42% -
HSV(B) 104.49º 0.98% 0.82% -
XYZ 24.82 47 7.91 -
YUV 141.18 51.14 68.67 -
System Red Green Blue C M Y K H S L
Decimal 58 210 5 0.72 0 0.98 0.18 104.49 0.95 0.42
Hex 3A D2 5 48 0 62 12 68 5F 2A
Octal 72 322 5 110 0 142 22 150 137 52
Binary 111010 11010010 101 1001000 0 1100010 10010 1101000 1011111 101010

Color Harmonies of #3AD205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD205

Black with #3AD205

Text Example


Text Example

White with #3AD205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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