Html Css Color HEX #3BA00E Kelly Green

📋 copy color: '#3BA00E'

red 59 ◦ green 160 ◦ blue 14

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

Shades of Kelly Green #3BA00E

Tints of Kelly Green #3BA00E

RGB

 RED value IS 59 (23.44% from 255) = 25.32%

 GREEN value IS 160 (62.89% from 255) = 68.67%

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

R = 25.32%
G = 68.67%
B = 6.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#3BA00E (or 0x3BA00E) is known color: Kelly Green. HEX triplet: 3B, A0 and 0E. RGB value is (59,160,14). Sum of RGB (Red+Green+Blue) = 59+160+14=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA00E is #C45FF1. Grayscale: #717171. Windows color (decimal): -12869618 or 958523. OLE color: 958523.

HSL color Cylindrical-coordinate representation of color #3BA00E: hue angle of 101.51º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BA00E is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 160 14 -
CMYK 0.63 0 0.91 0.37
HSL 101.51º 0.84% 0.34% -
HSV(B) 101.51º 0.91% 0.63% -
XYZ 14.45 26.1 4.69 -
YUV 113.16 72.04 89.37 -
System Red Green Blue C M Y K H S L
Decimal 59 160 14 0.63 0 0.91 0.37 101.51 0.84 0.34
Hex 3B A0 E 3F 0 5B 25 66 54 22
Octal 73 240 16 77 0 133 45 146 124 42
Binary 111011 10100000 1110 111111 0 1011011 100101 1100110 1010100 100010

Color Harmonies of #3BA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA00E

Black with #3BA00E

Text Example


Text Example

White with #3BA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,160,14); }

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

background-color css

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

 a { background-color: rgb(59,160,14); }

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

border-color css

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

 span { border-color: rgb(59,160,14); }

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