Html Css Color HEX #3BAA00 Kelly Green

📋 copy color: '#3BAA00'

red 59 ◦ green 170 ◦ blue 0

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

Shades of Kelly Green #3BAA00

Tints of Kelly Green #3BAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 74.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.76%
G = 74.24%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#3BAA00 (or 0x3BAA00) is known color: Kelly Green. HEX triplet: 3B, AA and 00. RGB value is (59,170,0). Sum of RGB (Red+Green+Blue) = 59+170+0=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAA00 is #C455FF. Grayscale: #767676. Windows color (decimal): -12867072 or 43579. OLE color: 43579.

HSL color Cylindrical-coordinate representation of color #3BAA00: hue angle of 99.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BAA00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 170 0 -
CMYK 0.65 0 1 0.33
HSL 99.18º 1% 0.33% -
HSV(B) 99.18º 1% 0.67% -
XYZ 16.18 29.68 4.88 -
YUV 117.43 61.73 86.32 -
System Red Green Blue C M Y K H S L
Decimal 59 170 0 0.65 0 1 0.33 99.18 1 0.33
Hex 3B AA 0 41 0 64 21 63 64 21
Octal 73 252 0 101 0 144 41 143 144 41
Binary 111011 10101010 0 1000001 0 1100100 100001 1100011 1100100 100001

Color Harmonies of #3BAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAA00

Black with #3BAA00

Text Example


Text Example

White with #3BAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,170,0); }

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

background-color css

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

 a { background-color: rgb(59,170,0); }

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

border-color css

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

 span { border-color: rgb(59,170,0); }

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