Html Css Color HEX #2DC112 Kelly Green

📋 copy color: '#2DC112'

red 45 ◦ green 193 ◦ blue 18

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

Shades of Kelly Green #2DC112

Tints of Kelly Green #2DC112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 75.39%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 17.58%
G = 75.39%
B = 7.03%

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

#2DC112 (or 0x2DC112) is known color: Kelly Green. HEX triplet: 2D, C1 and 12. RGB value is (45,193,18). Sum of RGB (Red+Green+Blue) = 45+193+18=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC112 is #D23EED. Grayscale: #818181. Windows color (decimal): -13778670 or 1229101. OLE color: 1229101.

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

Color convert

RGB 45 193 18 -
CMYK 0.77 0 0.91 0.24
HSL 110.74º 0.83% 0.41% -
HSV(B) 110.74º 0.91% 0.76% -
XYZ 20.26 38.74 6.98 -
YUV 128.8 65.47 68.23 -
System Red Green Blue C M Y K H S L
Decimal 45 193 18 0.77 0 0.91 0.24 110.74 0.83 0.41
Hex 2D C1 12 4D 0 5B 18 6F 53 29
Octal 55 301 22 115 0 133 30 157 123 51
Binary 101101 11000001 10010 1001101 0 1011011 11000 1101111 1010011 101001

Color Harmonies of #2DC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC112

Black with #2DC112

Text Example


Text Example

White with #2DC112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,193,18); }

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

background-color css

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

 a { background-color: rgb(45,193,18); }

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

border-color css

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

 span { border-color: rgb(45,193,18); }

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