Html Css Color HEX #3BC01F Kelly Green

📋 copy color: '#3BC01F'

red 59 ◦ green 192 ◦ blue 31

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

Shades of Kelly Green #3BC01F

Tints of Kelly Green #3BC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.09%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 20.92%
G = 68.09%
B = 10.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#3BC01F (or 0x3BC01F) is known color: Kelly Green. HEX triplet: 3B, C0 and 1F. RGB value is (59,192,31). Sum of RGB (Red+Green+Blue) = 59+192+31=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC01F is #C43FE0. Grayscale: #868686. Windows color (decimal): -12861409 or 2080827. OLE color: 2080827.

HSL color Cylindrical-coordinate representation of color #3BC01F: hue angle of 109.57º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BC01F is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 31 -
CMYK 0.69 0 0.84 0.25
HSL 109.57º 0.72% 0.44% -
HSV(B) 109.57º 0.84% 0.75% -
XYZ 20.9 38.73 7.67 -
YUV 133.88 69.94 74.59 -
System Red Green Blue C M Y K H S L
Decimal 59 192 31 0.69 0 0.84 0.25 109.57 0.72 0.44
Hex 3B C0 1F 45 0 54 19 6E 48 2C
Octal 73 300 37 105 0 124 31 156 110 54
Binary 111011 11000000 11111 1000101 0 1010100 11001 1101110 1001000 101100

Color Harmonies of #3BC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC01F

Black with #3BC01F

Text Example


Text Example

White with #3BC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,192,31); }

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

background-color css

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

 a { background-color: rgb(59,192,31); }

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

border-color css

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

 span { border-color: rgb(59,192,31); }

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