Html Css Color HEX #2DC505 Kelly Green

📋 copy color: '#2DC505'

red 45 ◦ green 197 ◦ blue 5

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

Shades of Kelly Green #2DC505

Tints of Kelly Green #2DC505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 18.22%
G = 79.76%
B = 2.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#2DC505 (or 0x2DC505) is known color: Kelly Green. HEX triplet: 2D, C5 and 05. RGB value is (45,197,5). Sum of RGB (Red+Green+Blue) = 45+197+5=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC505 is #D23AFA. Grayscale: #828282. Windows color (decimal): -13777659 or 378157. OLE color: 378157.

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

Color convert

RGB 45 197 5 -
CMYK 0.77 0 0.97 0.23
HSL 107.5º 0.95% 0.4% -
HSV(B) 107.5º 0.97% 0.77% -
XYZ 21.08 40.5 6.85 -
YUV 129.66 57.64 67.61 -
System Red Green Blue C M Y K H S L
Decimal 45 197 5 0.77 0 0.97 0.23 107.5 0.95 0.4
Hex 2D C5 5 4D 0 61 17 6C 5F 28
Octal 55 305 5 115 0 141 27 154 137 50
Binary 101101 11000101 101 1001101 0 1100001 10111 1101100 1011111 101000

Color Harmonies of #2DC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC505

Black with #2DC505

Text Example


Text Example

White with #2DC505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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