Html Css Color HEX #3BC010 Kelly Green

📋 copy color: '#3BC010'

red 59 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #3BC010

Tints of Kelly Green #3BC010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 22.1%
G = 71.91%
B = 5.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#3BC010 (or 0x3BC010) is known color: Kelly Green. HEX triplet: 3B, C0 and 10. RGB value is (59,192,16). Sum of RGB (Red+Green+Blue) = 59+192+16=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC010 is #C43FEF. Grayscale: #848484. Windows color (decimal): -12861424 or 1097787. OLE color: 1097787.

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

Color convert

RGB 59 192 16 -
CMYK 0.69 0 0.92 0.25
HSL 105.34º 0.85% 0.41% -
HSV(B) 105.34º 0.92% 0.75% -
XYZ 20.75 38.67 6.86 -
YUV 132.17 62.44 75.81 -
System Red Green Blue C M Y K H S L
Decimal 59 192 16 0.69 0 0.92 0.25 105.34 0.85 0.41
Hex 3B C0 10 45 0 5C 19 69 55 29
Octal 73 300 20 105 0 134 31 151 125 51
Binary 111011 11000000 10000 1000101 0 1011100 11001 1101001 1010101 101001

Color Harmonies of #3BC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC010

Black with #3BC010

Text Example


Text Example

White with #3BC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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