Html Css Color HEX #2DB511 Kelly Green

📋 copy color: '#2DB511'

red 45 ◦ green 181 ◦ blue 17

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

Shades of Kelly Green #2DB511

Tints of Kelly Green #2DB511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 74.49%

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

R = 18.52%
G = 74.49%
B = 7%

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

#2DB511 (or 0x2DB511) is known color: Kelly Green. HEX triplet: 2D, B5 and 11. RGB value is (45,181,17). Sum of RGB (Red+Green+Blue) = 45+181+17=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 181 (71.09% from 255 or 74.49% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB511 is #D24AEE. Grayscale: #7A7A7A. Windows color (decimal): -13781743 or 1160493. OLE color: 1160493.

HSL color Cylindrical-coordinate representation of color #2DB511: hue angle of 109.76º 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 #2DB511 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 17 -
CMYK 0.75 0 0.91 0.29
HSL 109.76º 0.83% 0.39% -
HSV(B) 109.76º 0.91% 0.71% -
XYZ 17.71 33.65 6.09 -
YUV 121.64 68.94 73.34 -
System Red Green Blue C M Y K H S L
Decimal 45 181 17 0.75 0 0.91 0.29 109.76 0.83 0.39
Hex 2D B5 11 4B 0 5B 1D 6E 53 27
Octal 55 265 21 113 0 133 35 156 123 47
Binary 101101 10110101 10001 1001011 0 1011011 11101 1101110 1010011 100111

Color Harmonies of #2DB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB511

Black with #2DB511

Text Example


Text Example

White with #2DB511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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