Html Css Color HEX #2DB812 Kelly Green

📋 copy color: '#2DB812'

red 45 ◦ green 184 ◦ blue 18

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

Shades of Kelly Green #2DB812

Tints of Kelly Green #2DB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 74.49%

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

R = 18.22%
G = 74.49%
B = 7.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#2DB812 (or 0x2DB812) is known color: Kelly Green. HEX triplet: 2D, B8 and 12. RGB value is (45,184,18). Sum of RGB (Red+Green+Blue) = 45+184+18=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 184 (72.27% from 255 or 74.49% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB812 is #D247ED. Grayscale: #7C7C7C. Windows color (decimal): -13780974 or 1226797. OLE color: 1226797.

HSL color Cylindrical-coordinate representation of color #2DB812: hue angle of 110.24º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DB812 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 184 18 -
CMYK 0.76 0 0.90 0.28
HSL 110.24º 0.82% 0.4% -
HSV(B) 110.24º 0.9% 0.72% -
XYZ 18.33 34.88 6.34 -
YUV 123.52 68.45 72 -
System Red Green Blue C M Y K H S L
Decimal 45 184 18 0.76 0 0.90 0.28 110.24 0.82 0.4
Hex 2D B8 12 4C 0 5A 1C 6E 52 28
Octal 55 270 22 114 0 132 34 156 122 50
Binary 101101 10111000 10010 1001100 0 1011010 11100 1101110 1010010 101000

Color Harmonies of #2DB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB812

Black with #2DB812

Text Example


Text Example

White with #2DB812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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