Html Css Color HEX #2DB411 Kelly Green

📋 copy color: '#2DB411'

red 45 ◦ green 180 ◦ blue 17

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

Shades of Kelly Green #2DB411

Tints of Kelly Green #2DB411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 18.6%
G = 74.38%
B = 7.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#2DB411 (or 0x2DB411) is known color: Kelly Green. HEX triplet: 2D, B4 and 11. RGB value is (45,180,17). Sum of RGB (Red+Green+Blue) = 45+180+17=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 180 (70.70% from 255 or 74.38% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB411 is #D24BEE. Grayscale: #797979. Windows color (decimal): -13781999 or 1160237. OLE color: 1160237.

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

Color convert

RGB 45 180 17 -
CMYK 0.75 0 0.91 0.29
HSL 109.69º 0.83% 0.39% -
HSV(B) 109.69º 0.91% 0.71% -
XYZ 17.5 33.24 6.02 -
YUV 121.05 69.27 73.75 -
System Red Green Blue C M Y K H S L
Decimal 45 180 17 0.75 0 0.91 0.29 109.69 0.83 0.39
Hex 2D B4 11 4B 0 5B 1D 6E 53 27
Octal 55 264 21 113 0 133 35 156 123 47
Binary 101101 10110100 10001 1001011 0 1011011 11101 1101110 1010011 100111

Color Harmonies of #2DB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB411

Black with #2DB411

Text Example


Text Example

White with #2DB411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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