Html Css Color HEX #2DC50C Kelly Green

📋 copy color: '#2DC50C'

red 45 ◦ green 197 ◦ blue 12

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

Shades of Kelly Green #2DC50C

Tints of Kelly Green #2DC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 77.56%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 17.72%
G = 77.56%
B = 4.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#2DC50C (or 0x2DC50C) is known color: Kelly Green. HEX triplet: 2D, C5 and 0C. RGB value is (45,197,12). Sum of RGB (Red+Green+Blue) = 45+197+12=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 197 (77.34% from 255 or 77.56% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC50C is #D23AF3. Grayscale: #838383. Windows color (decimal): -13777652 or 836909. OLE color: 836909.

HSL color Cylindrical-coordinate representation of color #2DC50C: hue angle of 109.3º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DC50C is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 197 12 -
CMYK 0.77 0 0.94 0.23
HSL 109.3º 0.89% 0.41% -
HSV(B) 109.3º 0.94% 0.77% -
XYZ 21.11 40.52 7.06 -
YUV 130.46 61.14 67.04 -
System Red Green Blue C M Y K H S L
Decimal 45 197 12 0.77 0 0.94 0.23 109.3 0.89 0.41
Hex 2D C5 C 4D 0 5E 17 6D 59 29
Octal 55 305 14 115 0 136 27 155 131 51
Binary 101101 11000101 1100 1001101 0 1011110 10111 1101101 1011001 101001

Color Harmonies of #2DC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC50C

Black with #2DC50C

Text Example


Text Example

White with #2DC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,197,12); }

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

background-color css

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

 a { background-color: rgb(45,197,12); }

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

border-color css

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

 span { border-color: rgb(45,197,12); }

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