Html Css Color HEX #2DB615 Kelly Green

📋 copy color: '#2DB615'

red 45 ◦ green 182 ◦ blue 21

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

Shades of Kelly Green #2DB615

Tints of Kelly Green #2DB615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 18.15%
G = 73.39%
B = 8.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#2DB615 (or 0x2DB615) is known color: Kelly Green. HEX triplet: 2D, B6 and 15. RGB value is (45,182,21). Sum of RGB (Red+Green+Blue) = 45+182+21=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 182 (71.48% from 255 or 73.39% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB615 is #D249EA. Grayscale: #7B7B7B. Windows color (decimal): -13781483 or 1422893. OLE color: 1422893.

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

Color convert

RGB 45 182 21 -
CMYK 0.75 0 0.88 0.29
HSL 111.06º 0.79% 0.4% -
HSV(B) 111.06º 0.88% 0.71% -
XYZ 17.95 34.07 6.34 -
YUV 122.68 70.61 72.59 -
System Red Green Blue C M Y K H S L
Decimal 45 182 21 0.75 0 0.88 0.29 111.06 0.79 0.4
Hex 2D B6 15 4B 0 58 1D 6F 4F 28
Octal 55 266 25 113 0 130 35 157 117 50
Binary 101101 10110110 10101 1001011 0 1011000 11101 1101111 1001111 101000

Color Harmonies of #2DB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB615

Black with #2DB615

Text Example


Text Example

White with #2DB615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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