Html Css Color HEX #2BC211 Kelly Green

📋 copy color: '#2BC211'

red 43 ◦ green 194 ◦ blue 17

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

Shades of Kelly Green #2BC211

Tints of Kelly Green #2BC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 76.38%

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 16.93%
G = 76.38%
B = 6.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#2BC211 (or 0x2BC211) is known color: Kelly Green. HEX triplet: 2B, C2 and 11. RGB value is (43,194,17). Sum of RGB (Red+Green+Blue) = 43+194+17=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 194 (76.17% from 255 or 76.38% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC211 is #D43DEE. Grayscale: #818181. Windows color (decimal): -13909487 or 1163819. OLE color: 1163819.

HSL color Cylindrical-coordinate representation of color #2BC211: hue angle of 111.19º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BC211 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 194 17 -
CMYK 0.78 0 0.91 0.24
HSL 111.19º 0.84% 0.41% -
HSV(B) 111.19º 0.91% 0.76% -
XYZ 20.39 39.14 7.01 -
YUV 128.67 64.97 66.89 -
System Red Green Blue C M Y K H S L
Decimal 43 194 17 0.78 0 0.91 0.24 111.19 0.84 0.41
Hex 2B C2 11 4E 0 5B 18 6F 54 29
Octal 53 302 21 116 0 133 30 157 124 51
Binary 101011 11000010 10001 1001110 0 1011011 11000 1101111 1010100 101001

Color Harmonies of #2BC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC211

Black with #2BC211

Text Example


Text Example

White with #2BC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,194,17); }

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

background-color css

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

 a { background-color: rgb(43,194,17); }

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

border-color css

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

 span { border-color: rgb(43,194,17); }

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