Html Css Color HEX #2DB413 Kelly Green

📋 copy color: '#2DB413'

red 45 ◦ green 180 ◦ blue 19

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

Shades of Kelly Green #2DB413

Tints of Kelly Green #2DB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 73.77%

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

R = 18.44%
G = 73.77%
B = 7.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#2DB413 (or 0x2DB413) is known color: Kelly Green. HEX triplet: 2D, B4 and 13. RGB value is (45,180,19). Sum of RGB (Red+Green+Blue) = 45+180+19=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 180 (70.70% from 255 or 73.77% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB413 is #D24BEC. Grayscale: #797979. Windows color (decimal): -13781997 or 1291309. OLE color: 1291309.

HSL color Cylindrical-coordinate representation of color #2DB413: hue angle of 110.31º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DB413 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 180 19 -
CMYK 0.75 0 0.89 0.29
HSL 110.31º 0.81% 0.39% -
HSV(B) 110.31º 0.89% 0.71% -
XYZ 17.52 33.25 6.11 -
YUV 121.28 70.27 73.59 -
System Red Green Blue C M Y K H S L
Decimal 45 180 19 0.75 0 0.89 0.29 110.31 0.81 0.39
Hex 2D B4 13 4B 0 59 1D 6E 51 27
Octal 55 264 23 113 0 131 35 156 121 47
Binary 101101 10110100 10011 1001011 0 1011001 11101 1101110 1010001 100111

Color Harmonies of #2DB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB413

Black with #2DB413

Text Example


Text Example

White with #2DB413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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