Html Css Color HEX #2DC705 Kelly Green

📋 copy color: '#2DC705'

red 45 ◦ green 199 ◦ blue 5

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

Shades of Kelly Green #2DC705

Tints of Kelly Green #2DC705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 79.92%

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

R = 18.07%
G = 79.92%
B = 2.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#2DC705 (or 0x2DC705) is known color: Kelly Green. HEX triplet: 2D, C7 and 05. RGB value is (45,199,5). Sum of RGB (Red+Green+Blue) = 45+199+5=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 199 (78.12% from 255 or 79.92% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC705 is #D238FA. Grayscale: #838383. Windows color (decimal): -13777147 or 378669. OLE color: 378669.

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

Color convert

RGB 45 199 5 -
CMYK 0.77 0 0.97 0.22
HSL 107.63º 0.95% 0.4% -
HSV(B) 107.63º 0.97% 0.78% -
XYZ 21.53 41.42 7 -
YUV 130.84 56.98 66.77 -
System Red Green Blue C M Y K H S L
Decimal 45 199 5 0.77 0 0.97 0.22 107.63 0.95 0.4
Hex 2D C7 5 4D 0 61 16 6C 5F 28
Octal 55 307 5 115 0 141 26 154 137 50
Binary 101101 11000111 101 1001101 0 1100001 10110 1101100 1011111 101000

Color Harmonies of #2DC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC705

Black with #2DC705

Text Example


Text Example

White with #2DC705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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