Html Css Color HEX #2DB418 Kelly Green

📋 copy color: '#2DB418'

red 45 ◦ green 180 ◦ blue 24

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

Shades of Kelly Green #2DB418

Tints of Kelly Green #2DB418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 18.07%
G = 72.29%
B = 9.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#2DB418 (or 0x2DB418) is known color: Kelly Green. HEX triplet: 2D, B4 and 18. RGB value is (45,180,24). Sum of RGB (Red+Green+Blue) = 45+180+24=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 180 (70.70% from 255 or 72.29% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB418 is #D24BE7. Grayscale: #7A7A7A. Windows color (decimal): -13781992 or 1618989. OLE color: 1618989.

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

Color convert

RGB 45 180 24 -
CMYK 0.75 0 0.87 0.29
HSL 111.92º 0.76% 0.4% -
HSV(B) 111.92º 0.87% 0.71% -
XYZ 17.57 33.27 6.36 -
YUV 121.85 72.77 73.18 -
System Red Green Blue C M Y K H S L
Decimal 45 180 24 0.75 0 0.87 0.29 111.92 0.76 0.4
Hex 2D B4 18 4B 0 57 1D 70 4C 28
Octal 55 264 30 113 0 127 35 160 114 50
Binary 101101 10110100 11000 1001011 0 1010111 11101 1110000 1001100 101000

Color Harmonies of #2DB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB418

Black with #2DB418

Text Example


Text Example

White with #2DB418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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