Html Css Color HEX #3AD114 Kelly Green

📋 copy color: '#3AD114'

red 58 ◦ green 209 ◦ blue 20

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

Shades of Kelly Green #3AD114

Tints of Kelly Green #3AD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 72.82%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 20.21%
G = 72.82%
B = 6.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#3AD114 (or 0x3AD114) is known color: Kelly Green. HEX triplet: 3A, D1 and 14. RGB value is (58,209,20). Sum of RGB (Red+Green+Blue) = 58+209+20=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 209 (82.03% from 255 or 72.82% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD114 is #C52EEB. Grayscale: #8E8E8E. Windows color (decimal): -12922604 or 1364282. OLE color: 1364282.

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

Color convert

RGB 58 209 20 -
CMYK 0.72 0 0.90 0.18
HSL 107.94º 0.83% 0.45% -
HSV(B) 107.94º 0.9% 0.82% -
XYZ 24.67 46.55 8.35 -
YUV 142.31 58.97 67.87 -
System Red Green Blue C M Y K H S L
Decimal 58 209 20 0.72 0 0.90 0.18 107.94 0.83 0.45
Hex 3A D1 14 48 0 5A 12 6C 53 2D
Octal 72 321 24 110 0 132 22 154 123 55
Binary 111010 11010001 10100 1001000 0 1011010 10010 1101100 1010011 101101

Color Harmonies of #3AD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD114

Black with #3AD114

Text Example


Text Example

White with #3AD114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,209,20); }

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

background-color css

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

 a { background-color: rgb(58,209,20); }

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

border-color css

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

 span { border-color: rgb(58,209,20); }

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