Html Css Color HEX #3BD014 Kelly Green

📋 copy color: '#3BD014'

red 59 ◦ green 208 ◦ blue 20

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

Shades of Kelly Green #3BD014

Tints of Kelly Green #3BD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.47%

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

R = 20.56%
G = 72.47%
B = 6.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#3BD014 (or 0x3BD014) is known color: Kelly Green. HEX triplet: 3B, D0 and 14. RGB value is (59,208,20). Sum of RGB (Red+Green+Blue) = 59+208+20=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD014 is #C42FEB. Grayscale: #8E8E8E. Windows color (decimal): -12857324 or 1364027. OLE color: 1364027.

HSL color Cylindrical-coordinate representation of color #3BD014: hue angle of 107.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BD014 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 208 20 -
CMYK 0.72 0 0.90 0.18
HSL 107.55º 0.82% 0.45% -
HSV(B) 107.55º 0.9% 0.82% -
XYZ 24.49 46.09 8.27 -
YUV 142.02 59.14 68.79 -
System Red Green Blue C M Y K H S L
Decimal 59 208 20 0.72 0 0.90 0.18 107.55 0.82 0.45
Hex 3B D0 14 48 0 5A 12 6C 52 2D
Octal 73 320 24 110 0 132 22 154 122 55
Binary 111011 11010000 10100 1001000 0 1011010 10010 1101100 1010010 101101

Color Harmonies of #3BD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD014

Black with #3BD014

Text Example


Text Example

White with #3BD014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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