Html Css Color HEX #3ABF0E Kelly Green

📋 copy color: '#3ABF0E'

red 58 ◦ green 191 ◦ blue 14

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

Shades of Kelly Green #3ABF0E

Tints of Kelly Green #3ABF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 72.62%

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 22.05%
G = 72.62%
B = 5.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#3ABF0E (or 0x3ABF0E) is known color: Kelly Green. HEX triplet: 3A, BF and 0E. RGB value is (58,191,14). Sum of RGB (Red+Green+Blue) = 58+191+14=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABF0E is #C540F1. Grayscale: #838383. Windows color (decimal): -12927218 or 966458. OLE color: 966458.

HSL color Cylindrical-coordinate representation of color #3ABF0E: hue angle of 105.08º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3ABF0E is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 191 14 -
CMYK 0.70 0 0.93 0.25
HSL 105.08º 0.86% 0.4% -
HSV(B) 105.08º 0.93% 0.75% -
XYZ 20.45 38.19 6.71 -
YUV 131.06 61.94 75.89 -
System Red Green Blue C M Y K H S L
Decimal 58 191 14 0.70 0 0.93 0.25 105.08 0.86 0.4
Hex 3A BF E 46 0 5D 19 69 56 28
Octal 72 277 16 106 0 135 31 151 126 50
Binary 111010 10111111 1110 1000110 0 1011101 11001 1101001 1010110 101000

Color Harmonies of #3ABF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF0E

Black with #3ABF0E

Text Example


Text Example

White with #3ABF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,191,14); }

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

background-color css

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

 a { background-color: rgb(58,191,14); }

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

border-color css

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

 span { border-color: rgb(58,191,14); }

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