Html Css Color HEX #3ABD14 Kelly Green

📋 copy color: '#3ABD14'

red 58 ◦ green 189 ◦ blue 20

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

Shades of Kelly Green #3ABD14

Tints of Kelly Green #3ABD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 70.79%

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

R = 21.72%
G = 70.79%
B = 7.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#3ABD14 (or 0x3ABD14) is known color: Kelly Green. HEX triplet: 3A, BD and 14. RGB value is (58,189,20). Sum of RGB (Red+Green+Blue) = 58+189+20=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 189 (74.22% from 255 or 70.79% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABD14 is #C542EB. Grayscale: #838383. Windows color (decimal): -12927724 or 1359162. OLE color: 1359162.

HSL color Cylindrical-coordinate representation of color #3ABD14: hue angle of 106.51º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3ABD14 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 189 20 -
CMYK 0.69 0 0.89 0.26
HSL 106.51º 0.81% 0.41% -
HSV(B) 106.51º 0.89% 0.74% -
XYZ 20.07 37.35 6.81 -
YUV 130.57 65.6 76.24 -
System Red Green Blue C M Y K H S L
Decimal 58 189 20 0.69 0 0.89 0.26 106.51 0.81 0.41
Hex 3A BD 14 45 0 59 1A 6B 51 29
Octal 72 275 24 105 0 131 32 153 121 51
Binary 111010 10111101 10100 1000101 0 1011001 11010 1101011 1010001 101001

Color Harmonies of #3ABD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABD14

Black with #3ABD14

Text Example


Text Example

White with #3ABD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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