Html Css Color HEX #3BC304 Kelly Green

📋 copy color: '#3BC304'

red 59 ◦ green 195 ◦ blue 4

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

Shades of Kelly Green #3BC304

Tints of Kelly Green #3BC304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75.58%

 BLUE value IS 4 (1.95% from 255) = 1.55%

R = 22.87%
G = 75.58%
B = 1.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#3BC304 (or 0x3BC304) is known color: Kelly Green. HEX triplet: 3B, C3 and 04. RGB value is (59,195,4). Sum of RGB (Red+Green+Blue) = 59+195+4=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC304 is #C43CFB. Grayscale: #858585. Windows color (decimal): -12860668 or 312123. OLE color: 312123.

HSL color Cylindrical-coordinate representation of color #3BC304: hue angle of 102.72º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BC304 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 195 4 -
CMYK 0.70 0 0.98 0.24
HSL 102.72º 0.96% 0.39% -
HSV(B) 102.72º 0.98% 0.76% -
XYZ 21.34 39.97 6.7 -
YUV 132.56 55.44 75.53 -
System Red Green Blue C M Y K H S L
Decimal 59 195 4 0.70 0 0.98 0.24 102.72 0.96 0.39
Hex 3B C3 4 46 0 62 18 67 60 27
Octal 73 303 4 106 0 142 30 147 140 47
Binary 111011 11000011 100 1000110 0 1100010 11000 1100111 1100000 100111

Color Harmonies of #3BC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC304

Black with #3BC304

Text Example


Text Example

White with #3BC304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,195,4); }

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

background-color css

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

 a { background-color: rgb(59,195,4); }

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

border-color css

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

 span { border-color: rgb(59,195,4); }

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