Html Css Color HEX #2DB512 Kelly Green

📋 copy color: '#2DB512'

red 45 ◦ green 181 ◦ blue 18

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

Shades of Kelly Green #2DB512

Tints of Kelly Green #2DB512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 18.44%
G = 74.18%
B = 7.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#2DB512 (or 0x2DB512) is known color: Kelly Green. HEX triplet: 2D, B5 and 12. RGB value is (45,181,18). Sum of RGB (Red+Green+Blue) = 45+181+18=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 181 (71.09% from 255 or 74.18% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB512 is #D24AED. Grayscale: #7A7A7A. Windows color (decimal): -13781742 or 1226029. OLE color: 1226029.

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

Color convert

RGB 45 181 18 -
CMYK 0.75 0 0.90 0.29
HSL 110.06º 0.82% 0.39% -
HSV(B) 110.06º 0.9% 0.71% -
XYZ 17.72 33.65 6.13 -
YUV 121.75 69.44 73.25 -
System Red Green Blue C M Y K H S L
Decimal 45 181 18 0.75 0 0.90 0.29 110.06 0.82 0.39
Hex 2D B5 12 4B 0 5A 1D 6E 52 27
Octal 55 265 22 113 0 132 35 156 122 47
Binary 101101 10110101 10010 1001011 0 1011010 11101 1101110 1010010 100111

Color Harmonies of #2DB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB512

Black with #2DB512

Text Example


Text Example

White with #2DB512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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