Html Css Color HEX #2DC506 Kelly Green

📋 copy color: '#2DC506'

red 45 ◦ green 197 ◦ blue 6

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

Shades of Kelly Green #2DC506

Tints of Kelly Green #2DC506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 18.15%
G = 79.44%
B = 2.42%

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

#2DC506 (or 0x2DC506) is known color: Kelly Green. HEX triplet: 2D, C5 and 06. RGB value is (45,197,6). Sum of RGB (Red+Green+Blue) = 45+197+6=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 197 (77.34% from 255 or 79.44% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC506 is #D23AF9. Grayscale: #828282. Windows color (decimal): -13777658 or 443693. OLE color: 443693.

HSL color Cylindrical-coordinate representation of color #2DC506: hue angle of 107.75º degrees, saturation: 0.94, 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 #2DC506 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 197 6 -
CMYK 0.77 0 0.97 0.23
HSL 107.75º 0.94% 0.4% -
HSV(B) 107.75º 0.97% 0.77% -
XYZ 21.08 40.5 6.88 -
YUV 129.78 58.14 67.53 -
System Red Green Blue C M Y K H S L
Decimal 45 197 6 0.77 0 0.97 0.23 107.75 0.94 0.4
Hex 2D C5 6 4D 0 61 17 6C 5E 28
Octal 55 305 6 115 0 141 27 154 136 50
Binary 101101 11000101 110 1001101 0 1100001 10111 1101100 1011110 101000

Color Harmonies of #2DC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC506

Black with #2DC506

Text Example


Text Example

White with #2DC506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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