#2DAE1B

Color #2DAE1B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2DAE1B

Tints of Kelly Green #2DAE1B

Color information

#2DAE1B (or 0x2DAE1B) is unknown color: approx Kelly Green. HEX triplet: 2D, AE and 1B. RGB value is (45,174,27). Sum of RGB (Red+Green+Blue) = 45+174+27=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 174 (68.36% from 255 or 70.73% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE1B is #D251E4. Grayscale: #777777. Windows color (decimal): -13783525 or 1814061. OLE color: 1814061.

HSL color Cylindrical-coordinate representation of color #2DAE1B: hue angle of 112.65º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DAE1B is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB4517427-
CMYK0.7400.840.32
HSL112.65º73.13%39.41%-
HSV(B)112.65º84.48%68.24%-
XYZ16.4230.916.14-
YUV118.6776.2675.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.29%
GREEN value IS 174 (68.36% from 255) = 70.73%
BLUE value IS 27 (10.94% from 255) = 10.98%
R=18.29%
G=70.73%
B=10.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45174270.7400.840.32112.6573.1339.41
Hex2DAE1B4A05420714927
Octal552563311201244016111147
Binary101101101011101101110010100101010010000011100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,174,27); }

 H1.HeaderClassName
 {
   color: #2DAE1B;
 }
 .AnyTagClassName
 {
   color: #2DAE1B;
 }
</style>
background-color css

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

 a { background-color: rgb(45,174,27); }

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

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

 span { border-color: rgb(45,174,27); }

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