Html Css Color HEX #3BD201 Kelly Green

📋 copy color: '#3BD201'

red 59 ◦ green 210 ◦ blue 1

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

Shades of Kelly Green #3BD201

Tints of Kelly Green #3BD201

RGB

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

 GREEN value IS 210 (82.42% from 255) = 77.78%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 21.85%
G = 77.78%
B = 0.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#3BD201 (or 0x3BD201) is known color: Kelly Green. HEX triplet: 3B, D2 and 01. RGB value is (59,210,1). Sum of RGB (Red+Green+Blue) = 59+210+1=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD201 is #C42DFE. Grayscale: #8D8D8D. Windows color (decimal): -12856831 or 119355. OLE color: 119355.

HSL color Cylindrical-coordinate representation of color #3BD201: hue angle of 103.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BD201 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 210 1 -
CMYK 0.72 0 1.00 0.18
HSL 103.35º 0.99% 0.41% -
HSV(B) 103.35º 1% 0.82% -
XYZ 24.86 47.03 7.8 -
YUV 141.03 48.97 69.49 -
System Red Green Blue C M Y K H S L
Decimal 59 210 1 0.72 0 1.00 0.18 103.35 0.99 0.41
Hex 3B D2 1 48 0 64 12 67 63 29
Octal 73 322 1 110 0 144 22 147 143 51
Binary 111011 11010010 1 1001000 0 1100100 10010 1100111 1100011 101001

Color Harmonies of #3BD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD201

Black with #3BD201

Text Example


Text Example

White with #3BD201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,210,1); }

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

background-color css

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

 a { background-color: rgb(59,210,1); }

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

border-color css

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

 span { border-color: rgb(59,210,1); }

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