Html Css Color HEX #3BC400 Kelly Green

📋 copy color: '#3BC400'

red 59 ◦ green 196 ◦ blue 0

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

Shades of Kelly Green #3BC400

Tints of Kelly Green #3BC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 76.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.14%
G = 76.86%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#3BC400 (or 0x3BC400) is known color: Kelly Green. HEX triplet: 3B, C4 and 00. RGB value is (59,196,0). Sum of RGB (Red+Green+Blue) = 59+196+0=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 196 (76.95% from 255 or 76.86% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC400 is #C43BFF. Grayscale: #858585. Windows color (decimal): -12860416 or 50235. OLE color: 50235.

HSL color Cylindrical-coordinate representation of color #3BC400: hue angle of 101.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BC400 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 59 196 0 -
CMYK 0.70 0 1 0.23
HSL 101.94º 1% 0.38% -
HSV(B) 101.94º 1% 0.77% -
XYZ 21.54 40.41 6.66 -
YUV 132.69 53.11 75.44 -
System Red Green Blue C M Y K H S L
Decimal 59 196 0 0.70 0 1 0.23 101.94 1 0.38
Hex 3B C4 0 46 0 64 17 66 64 26
Octal 73 304 0 106 0 144 27 146 144 46
Binary 111011 11000100 0 1000110 0 1100100 10111 1100110 1100100 100110

Color Harmonies of #3BC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC400

Black with #3BC400

Text Example


Text Example

White with #3BC400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,196,0); }

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

background-color css

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

 a { background-color: rgb(59,196,0); }

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

border-color css

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

 span { border-color: rgb(59,196,0); }

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