Html Css Color HEX #2DC012 Kelly Green

📋 copy color: '#2DC012'

red 45 ◦ green 192 ◦ blue 18

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

Shades of Kelly Green #2DC012

Tints of Kelly Green #2DC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75.29%

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

R = 17.65%
G = 75.29%
B = 7.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#2DC012 (or 0x2DC012) is known color: Kelly Green. HEX triplet: 2D, C0 and 12. RGB value is (45,192,18). Sum of RGB (Red+Green+Blue) = 45+192+18=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC012 is #D23FED. Grayscale: #808080. Windows color (decimal): -13778926 or 1228845. OLE color: 1228845.

HSL color Cylindrical-coordinate representation of color #2DC012: hue angle of 110.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DC012 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 18 -
CMYK 0.77 0 0.91 0.25
HSL 110.69º 0.83% 0.41% -
HSV(B) 110.69º 0.91% 0.75% -
XYZ 20.04 38.3 6.91 -
YUV 128.21 65.8 68.65 -
System Red Green Blue C M Y K H S L
Decimal 45 192 18 0.77 0 0.91 0.25 110.69 0.83 0.41
Hex 2D C0 12 4D 0 5B 19 6F 53 29
Octal 55 300 22 115 0 133 31 157 123 51
Binary 101101 11000000 10010 1001101 0 1011011 11001 1101111 1010011 101001

Color Harmonies of #2DC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC012

Black with #2DC012

Text Example


Text Example

White with #2DC012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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