Html Css Color HEX #3BAF0F Kelly Green

📋 copy color: '#3BAF0F'

red 59 ◦ green 175 ◦ blue 15

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

Shades of Kelly Green #3BAF0F

Tints of Kelly Green #3BAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 23.69%
G = 70.28%
B = 6.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#3BAF0F (or 0x3BAF0F) is known color: Kelly Green. HEX triplet: 3B, AF and 0F. RGB value is (59,175,15). Sum of RGB (Red+Green+Blue) = 59+175+15=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAF0F is #C450F0. Grayscale: #7A7A7A. Windows color (decimal): -12865777 or 1027899. OLE color: 1027899.

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

Color convert

RGB 59 175 15 -
CMYK 0.66 0 0.91 0.31
HSL 103.5º 0.84% 0.37% -
HSV(B) 103.5º 0.91% 0.69% -
XYZ 17.22 31.62 5.65 -
YUV 122.08 67.57 83.01 -
System Red Green Blue C M Y K H S L
Decimal 59 175 15 0.66 0 0.91 0.31 103.5 0.84 0.37
Hex 3B AF F 42 0 5B 1F 68 54 25
Octal 73 257 17 102 0 133 37 150 124 45
Binary 111011 10101111 1111 1000010 0 1011011 11111 1101000 1010100 100101

Color Harmonies of #3BAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAF0F

Black with #3BAF0F

Text Example


Text Example

White with #3BAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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