Html Css Color HEX #2DC807 Kelly Green

📋 copy color: '#2DC807'

red 45 ◦ green 200 ◦ blue 7

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

Shades of Kelly Green #2DC807

Tints of Kelly Green #2DC807

RGB

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

 GREEN value IS 200 (78.52% from 255) = 79.37%

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 17.86%
G = 79.37%
B = 2.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#2DC807 (or 0x2DC807) is known color: Kelly Green. HEX triplet: 2D, C8 and 07. RGB value is (45,200,7). Sum of RGB (Red+Green+Blue) = 45+200+7=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 200 (78.52% from 255 or 79.37% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC807 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC807 is #D237F8. Grayscale: #848484. Windows color (decimal): -13776889 or 509997. OLE color: 509997.

HSL color Cylindrical-coordinate representation of color #2DC807: hue angle of 108.19º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DC807 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 7 -
CMYK 0.78 0 0.96 0.22
HSL 108.19º 0.93% 0.41% -
HSV(B) 108.19º 0.97% 0.78% -
XYZ 21.77 41.88 7.14 -
YUV 131.65 57.65 66.19 -
System Red Green Blue C M Y K H S L
Decimal 45 200 7 0.78 0 0.96 0.22 108.19 0.93 0.41
Hex 2D C8 7 4E 0 60 16 6C 5D 29
Octal 55 310 7 116 0 140 26 154 135 51
Binary 101101 11001000 111 1001110 0 1100000 10110 1101100 1011101 101001

Color Harmonies of #2DC807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC807

Black with #2DC807

Text Example


Text Example

White with #2DC807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,200,7); }

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

background-color css

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

 a { background-color: rgb(45,200,7); }

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

border-color css

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

 span { border-color: rgb(45,200,7); }

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