Html Css Color HEX #2DC307 Kelly Green

📋 copy color: '#2DC307'

red 45 ◦ green 195 ◦ blue 7

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

Shades of Kelly Green #2DC307

Tints of Kelly Green #2DC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 78.95%

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

R = 18.22%
G = 78.95%
B = 2.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#2DC307 (or 0x2DC307) is known color: Kelly Green. HEX triplet: 2D, C3 and 07. RGB value is (45,195,7). Sum of RGB (Red+Green+Blue) = 45+195+7=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC307 is #D23CF8. Grayscale: #818181. Windows color (decimal): -13778169 or 508717. OLE color: 508717.

HSL color Cylindrical-coordinate representation of color #2DC307: hue angle of 107.87º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DC307 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 7 -
CMYK 0.77 0 0.96 0.24
HSL 107.87º 0.93% 0.4% -
HSV(B) 107.87º 0.96% 0.76% -
XYZ 20.64 39.6 6.76 -
YUV 128.72 59.31 68.29 -
System Red Green Blue C M Y K H S L
Decimal 45 195 7 0.77 0 0.96 0.24 107.87 0.93 0.4
Hex 2D C3 7 4D 0 60 18 6C 5D 28
Octal 55 303 7 115 0 140 30 154 135 50
Binary 101101 11000011 111 1001101 0 1100000 11000 1101100 1011101 101000

Color Harmonies of #2DC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC307

Black with #2DC307

Text Example


Text Example

White with #2DC307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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