Html Css Color HEX #3BD60B Kelly Green

📋 copy color: '#3BD60B'

red 59 ◦ green 214 ◦ blue 11

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

Shades of Kelly Green #3BD60B

Tints of Kelly Green #3BD60B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.35%

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 20.77%
G = 75.35%
B = 3.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#3BD60B (or 0x3BD60B) is known color: Kelly Green. HEX triplet: 3B, D6 and 0B. RGB value is (59,214,11). Sum of RGB (Red+Green+Blue) = 59+214+11=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 214 (83.98% from 255 or 75.35% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD60B is #C429F4. Grayscale: #919191. Windows color (decimal): -12855797 or 775739. OLE color: 775739.

HSL color Cylindrical-coordinate representation of color #3BD60B: hue angle of 105.81º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BD60B is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 214 11 -
CMYK 0.72 0 0.95 0.16
HSL 105.81º 0.9% 0.44% -
HSV(B) 105.81º 0.95% 0.84% -
XYZ 25.91 49.05 8.42 -
YUV 144.51 52.65 67.01 -
System Red Green Blue C M Y K H S L
Decimal 59 214 11 0.72 0 0.95 0.16 105.81 0.9 0.44
Hex 3B D6 B 48 0 5F 10 6A 5A 2C
Octal 73 326 13 110 0 137 20 152 132 54
Binary 111011 11010110 1011 1001000 0 1011111 10000 1101010 1011010 101100

Color Harmonies of #3BD60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD60B

Black with #3BD60B

Text Example


Text Example

White with #3BD60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,214,11); }

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

background-color css

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

 a { background-color: rgb(59,214,11); }

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

border-color css

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

 span { border-color: rgb(59,214,11); }

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