Html Css Color HEX #2DB419 Kelly Green

📋 copy color: '#2DB419'

red 45 ◦ green 180 ◦ blue 25

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

Shades of Kelly Green #2DB419

Tints of Kelly Green #2DB419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 18%
G = 72%
B = 10%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#2DB419 (or 0x2DB419) is known color: Kelly Green. HEX triplet: 2D, B4 and 19. RGB value is (45,180,25). Sum of RGB (Red+Green+Blue) = 45+180+25=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 180 (70.70% from 255 or 72% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB419 is #D24BE6. Grayscale: #7A7A7A. Windows color (decimal): -13781991 or 1684525. OLE color: 1684525.

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

Color convert

RGB 45 180 25 -
CMYK 0.75 0 0.86 0.29
HSL 112.26º 0.76% 0.4% -
HSV(B) 112.26º 0.86% 0.71% -
XYZ 17.58 33.27 6.42 -
YUV 121.97 73.27 73.1 -
System Red Green Blue C M Y K H S L
Decimal 45 180 25 0.75 0 0.86 0.29 112.26 0.76 0.4
Hex 2D B4 19 4B 0 56 1D 70 4C 28
Octal 55 264 31 113 0 126 35 160 114 50
Binary 101101 10110100 11001 1001011 0 1010110 11101 1110000 1001100 101000

Color Harmonies of #2DB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB419

Black with #2DB419

Text Example


Text Example

White with #2DB419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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