Html Css Color HEX #2DB713 Kelly Green

📋 copy color: '#2DB713'

red 45 ◦ green 183 ◦ blue 19

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

Shades of Kelly Green #2DB713

Tints of Kelly Green #2DB713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 74.09%

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 18.22%
G = 74.09%
B = 7.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#2DB713 (or 0x2DB713) is known color: Kelly Green. HEX triplet: 2D, B7 and 13. RGB value is (45,183,19). Sum of RGB (Red+Green+Blue) = 45+183+19=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 183 (71.88% from 255 or 74.09% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB713 is #D248EC. Grayscale: #7B7B7B. Windows color (decimal): -13781229 or 1292077. OLE color: 1292077.

HSL color Cylindrical-coordinate representation of color #2DB713: hue angle of 110.49º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DB713 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 19 -
CMYK 0.75 0 0.90 0.28
HSL 110.49º 0.81% 0.4% -
HSV(B) 110.49º 0.9% 0.72% -
XYZ 18.13 34.47 6.31 -
YUV 123.04 69.28 72.34 -
System Red Green Blue C M Y K H S L
Decimal 45 183 19 0.75 0 0.90 0.28 110.49 0.81 0.4
Hex 2D B7 13 4B 0 5A 1C 6E 51 28
Octal 55 267 23 113 0 132 34 156 121 50
Binary 101101 10110111 10011 1001011 0 1011010 11100 1101110 1010001 101000

Color Harmonies of #2DB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB713

Black with #2DB713

Text Example


Text Example

White with #2DB713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,19); }

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

background-color css

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

 a { background-color: rgb(45,183,19); }

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

border-color css

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

 span { border-color: rgb(45,183,19); }

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