Html Css Color HEX #2DB619 Kelly Green

📋 copy color: '#2DB619'

red 45 ◦ green 182 ◦ blue 25

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

Shades of Kelly Green #2DB619

Tints of Kelly Green #2DB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 72.22%

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

R = 17.86%
G = 72.22%
B = 9.92%

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

#2DB619 (or 0x2DB619) is known color: Kelly Green. HEX triplet: 2D, B6 and 19. RGB value is (45,182,25). Sum of RGB (Red+Green+Blue) = 45+182+25=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 182 (71.48% from 255 or 72.22% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB619 is #D249E6. Grayscale: #7B7B7B. Windows color (decimal): -13781479 or 1685037. OLE color: 1685037.

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

Color convert

RGB 45 182 25 -
CMYK 0.75 0 0.86 0.29
HSL 112.36º 0.76% 0.41% -
HSV(B) 112.36º 0.86% 0.71% -
XYZ 17.99 34.08 6.55 -
YUV 123.14 72.61 72.27 -
System Red Green Blue C M Y K H S L
Decimal 45 182 25 0.75 0 0.86 0.29 112.36 0.76 0.41
Hex 2D B6 19 4B 0 56 1D 70 4C 29
Octal 55 266 31 113 0 126 35 160 114 51
Binary 101101 10110110 11001 1001011 0 1010110 11101 1110000 1001100 101001

Color Harmonies of #2DB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB619

Black with #2DB619

Text Example


Text Example

White with #2DB619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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