Html Css Color HEX #3BC014 Kelly Green

📋 copy color: '#3BC014'

red 59 ◦ green 192 ◦ blue 20

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

Shades of Kelly Green #3BC014

Tints of Kelly Green #3BC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 21.77%
G = 70.85%
B = 7.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#3BC014 (or 0x3BC014) is known color: Kelly Green. HEX triplet: 3B, C0 and 14. RGB value is (59,192,20). Sum of RGB (Red+Green+Blue) = 59+192+20=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC014 is #C43FEB. Grayscale: #858585. Windows color (decimal): -12861420 or 1359931. OLE color: 1359931.

HSL color Cylindrical-coordinate representation of color #3BC014: hue angle of 106.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BC014 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 20 -
CMYK 0.69 0 0.90 0.25
HSL 106.4º 0.81% 0.42% -
HSV(B) 106.4º 0.9% 0.75% -
XYZ 20.78 38.68 7.03 -
YUV 132.63 64.44 75.49 -
System Red Green Blue C M Y K H S L
Decimal 59 192 20 0.69 0 0.90 0.25 106.4 0.81 0.42
Hex 3B C0 14 45 0 5A 19 6A 51 2A
Octal 73 300 24 105 0 132 31 152 121 52
Binary 111011 11000000 10100 1000101 0 1011010 11001 1101010 1010001 101010

Color Harmonies of #3BC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC014

Black with #3BC014

Text Example


Text Example

White with #3BC014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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