Html Css Color HEX #3BA201 Kelly Green

📋 copy color: '#3BA201'

red 59 ◦ green 162 ◦ blue 1

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

Shades of Kelly Green #3BA201

Tints of Kelly Green #3BA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 72.97%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 26.58%
G = 72.97%
B = 0.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#3BA201 (or 0x3BA201) is known color: Kelly Green. HEX triplet: 3B, A2 and 01. RGB value is (59,162,1). Sum of RGB (Red+Green+Blue) = 59+162+1=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 162 (63.67% from 255 or 72.97% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA201 is #C45DFE. Grayscale: #717171. Windows color (decimal): -12869119 or 107067. OLE color: 107067.

HSL color Cylindrical-coordinate representation of color #3BA201: hue angle of 98.39º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BA201 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 59 162 1 -
CMYK 0.64 0 0.99 0.36
HSL 98.39º 0.99% 0.32% -
HSV(B) 98.39º 0.99% 0.64% -
XYZ 14.73 26.77 4.42 -
YUV 112.85 64.88 89.59 -
System Red Green Blue C M Y K H S L
Decimal 59 162 1 0.64 0 0.99 0.36 98.39 0.99 0.32
Hex 3B A2 1 40 0 63 24 62 63 20
Octal 73 242 1 100 0 143 44 142 143 40
Binary 111011 10100010 1 1000000 0 1100011 100100 1100010 1100011 100000

Color Harmonies of #3BA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA201

Black with #3BA201

Text Example


Text Example

White with #3BA201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,162,1); }

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

background-color css

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

 a { background-color: rgb(59,162,1); }

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

border-color css

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

 span { border-color: rgb(59,162,1); }

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