Html Css Color HEX #2BD200 Kelly Green

📋 copy color: '#2BD200'

red 43 ◦ green 210 ◦ blue 0

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

Shades of Kelly Green #2BD200

Tints of Kelly Green #2BD200

RGB

 RED value IS 43 (17.19% from 255) = 17%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17%
G = 83%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#2BD200 (or 0x2BD200) is known color: Kelly Green. HEX triplet: 2B, D2 and 00. RGB value is (43,210,0). Sum of RGB (Red+Green+Blue) = 43+210+0=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 210 (82.42% from 255 or 83.00% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD200 is #D42DFF. Grayscale: #888888. Windows color (decimal): -13905408 or 53803. OLE color: 53803.

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

Color convert

RGB 43 210 0 -
CMYK 0.80 0 1 0.18
HSL 107.71º 1% 0.41% -
HSV(B) 107.71º 1% 0.82% -
XYZ 24.04 46.61 7.73 -
YUV 136.13 51.17 61.58 -
System Red Green Blue C M Y K H S L
Decimal 43 210 0 0.80 0 1 0.18 107.71 1 0.41
Hex 2B D2 0 50 0 64 12 6C 64 29
Octal 53 322 0 120 0 144 22 154 144 51
Binary 101011 11010010 0 1010000 0 1100100 10010 1101100 1100100 101001

Color Harmonies of #2BD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD200

Black with #2BD200

Text Example


Text Example

White with #2BD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BD200; }

 p { color: rgb(43,210,0); }

 H1.HeaderClassName
 {
   color: #2BD200;
 }
 .AnyTagClassName
 {
   color: #2BD200;
 }
</style>

background-color css

<style>
 a { background-color: #2BD200; }

 a { background-color: rgb(43,210,0); }

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

border-color css

<style>
 span { border-color: #2BD200; }

 span { border-color: rgb(43,210,0); }

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