Html Css Color HEX #3AD314 Kelly Green

📋 copy color: '#3AD314'

red 58 ◦ green 211 ◦ blue 20

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

Shades of Kelly Green #3AD314

Tints of Kelly Green #3AD314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.01%

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

R = 20.07%
G = 73.01%
B = 6.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#3AD314 (or 0x3AD314) is known color: Kelly Green. HEX triplet: 3A, D3 and 14. RGB value is (58,211,20). Sum of RGB (Red+Green+Blue) = 58+211+20=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 211 (82.81% from 255 or 73.01% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD314 is #C52CEB. Grayscale: #909090. Windows color (decimal): -12922092 or 1364794. OLE color: 1364794.

HSL color Cylindrical-coordinate representation of color #3AD314: hue angle of 108.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AD314 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 211 20 -
CMYK 0.73 0 0.91 0.17
HSL 108.06º 0.83% 0.45% -
HSV(B) 108.06º 0.91% 0.83% -
XYZ 25.17 47.54 8.51 -
YUV 143.48 58.31 67.03 -
System Red Green Blue C M Y K H S L
Decimal 58 211 20 0.73 0 0.91 0.17 108.06 0.83 0.45
Hex 3A D3 14 49 0 5B 11 6C 53 2D
Octal 72 323 24 111 0 133 21 154 123 55
Binary 111010 11010011 10100 1001001 0 1011011 10001 1101100 1010011 101101

Color Harmonies of #3AD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD314

Black with #3AD314

Text Example


Text Example

White with #3AD314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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