Html Css Color HEX #3BAF01 Kelly Green

📋 copy color: '#3BAF01'

red 59 ◦ green 175 ◦ blue 1

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

Shades of Kelly Green #3BAF01

Tints of Kelly Green #3BAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 74.47%

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

R = 25.11%
G = 74.47%
B = 0.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#3BAF01 (or 0x3BAF01) is known color: Kelly Green. HEX triplet: 3B, AF and 01. RGB value is (59,175,1). Sum of RGB (Red+Green+Blue) = 59+175+1=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 175 (68.75% from 255 or 74.47% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAF01 is #C450FE. Grayscale: #797979. Windows color (decimal): -12865791 or 110395. OLE color: 110395.

HSL color Cylindrical-coordinate representation of color #3BAF01: hue angle of 100º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BAF01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 175 1 -
CMYK 0.66 0 0.99 0.31
HSL 100º 0.99% 0.35% -
HSV(B) 100º 0.99% 0.69% -
XYZ 17.14 31.59 5.22 -
YUV 120.48 60.57 84.15 -
System Red Green Blue C M Y K H S L
Decimal 59 175 1 0.66 0 0.99 0.31 100 0.99 0.35
Hex 3B AF 1 42 0 63 1F 64 63 23
Octal 73 257 1 102 0 143 37 144 143 43
Binary 111011 10101111 1 1000010 0 1100011 11111 1100100 1100011 100011

Color Harmonies of #3BAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAF01

Black with #3BAF01

Text Example


Text Example

White with #3BAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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