Html Css Color HEX #3BC020 Kelly Green

📋 copy color: '#3BC020'

red 59 ◦ green 192 ◦ blue 32

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

Shades of Kelly Green #3BC020

Tints of Kelly Green #3BC020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 20.85%
G = 67.84%
B = 11.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#3BC020 (or 0x3BC020) is known color: Kelly Green. HEX triplet: 3B, C0 and 20. RGB value is (59,192,32). Sum of RGB (Red+Green+Blue) = 59+192+32=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC020 is #C43FDF. Grayscale: #868686. Windows color (decimal): -12861408 or 2146363. OLE color: 2146363.

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

Color convert

RGB 59 192 32 -
CMYK 0.69 0 0.83 0.25
HSL 109.88º 0.71% 0.44% -
HSV(B) 109.88º 0.83% 0.75% -
XYZ 20.91 38.73 7.74 -
YUV 133.99 70.44 74.51 -
System Red Green Blue C M Y K H S L
Decimal 59 192 32 0.69 0 0.83 0.25 109.88 0.71 0.44
Hex 3B C0 20 45 0 53 19 6E 47 2C
Octal 73 300 40 105 0 123 31 156 107 54
Binary 111011 11000000 100000 1000101 0 1010011 11001 1101110 1000111 101100

Color Harmonies of #3BC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC020

Black with #3BC020

Text Example


Text Example

White with #3BC020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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