Html Css Color HEX #2DB311 Kelly Green

📋 copy color: '#2DB311'

red 45 ◦ green 179 ◦ blue 17

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

Shades of Kelly Green #2DB311

Tints of Kelly Green #2DB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 74.27%

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

R = 18.67%
G = 74.27%
B = 7.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#2DB311 (or 0x2DB311) is known color: Kelly Green. HEX triplet: 2D, B3 and 11. RGB value is (45,179,17). Sum of RGB (Red+Green+Blue) = 45+179+17=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 179 (70.31% from 255 or 74.27% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB311 is #D24CEE. Grayscale: #787878. Windows color (decimal): -13782255 or 1159981. OLE color: 1159981.

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

Color convert

RGB 45 179 17 -
CMYK 0.75 0 0.91 0.30
HSL 109.63º 0.83% 0.38% -
HSV(B) 109.63º 0.91% 0.7% -
XYZ 17.3 32.84 5.96 -
YUV 120.47 69.61 74.17 -
System Red Green Blue C M Y K H S L
Decimal 45 179 17 0.75 0 0.91 0.30 109.63 0.83 0.38
Hex 2D B3 11 4B 0 5B 1E 6E 53 26
Octal 55 263 21 113 0 133 36 156 123 46
Binary 101101 10110011 10001 1001011 0 1011011 11110 1101110 1010011 100110

Color Harmonies of #2DB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB311

Black with #2DB311

Text Example


Text Example

White with #2DB311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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