Html Css Color HEX #2DC211 Kelly Green

📋 copy color: '#2DC211'

red 45 ◦ green 194 ◦ blue 17

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

Shades of Kelly Green #2DC211

Tints of Kelly Green #2DC211

RGB

 RED value IS 45 (17.97% from 255) = 17.58%

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

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

R = 17.58%
G = 75.78%
B = 6.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#2DC211 (or 0x2DC211) is known color: Kelly Green. HEX triplet: 2D, C2 and 11. RGB value is (45,194,17). Sum of RGB (Red+Green+Blue) = 45+194+17=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC211 is #D23DEE. Grayscale: #818181. Windows color (decimal): -13778415 or 1163821. OLE color: 1163821.

HSL color Cylindrical-coordinate representation of color #2DC211: hue angle of 110.51º 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 #2DC211 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 194 17 -
CMYK 0.77 0 0.91 0.24
HSL 110.51º 0.84% 0.41% -
HSV(B) 110.51º 0.91% 0.76% -
XYZ 20.48 39.18 7.01 -
YUV 129.27 64.64 67.89 -
System Red Green Blue C M Y K H S L
Decimal 45 194 17 0.77 0 0.91 0.24 110.51 0.84 0.41
Hex 2D C2 11 4D 0 5B 18 6F 54 29
Octal 55 302 21 115 0 133 30 157 124 51
Binary 101101 11000010 10001 1001101 0 1011011 11000 1101111 1010100 101001

Color Harmonies of #2DC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC211

Black with #2DC211

Text Example


Text Example

White with #2DC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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