#2EB405

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

Shades of Kelly Green #2EB405

Tints of Kelly Green #2EB405

Color information

#2EB405 (or 0x2EB405) is unknown color: approx Kelly Green. HEX triplet: 2E, B4 and 05. RGB value is (46,180,5). Sum of RGB (Red+Green+Blue) = 46+180+5=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 180 (70.70% from 255 or 77.92% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB405 is #D14BFA. Grayscale: #787878. Windows color (decimal): -13716475 or 373806. OLE color: 373806.

HSL color Cylindrical-coordinate representation of color #2EB405: hue angle of 105.94º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EB405 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB461805-
CMYK0.7400.970.29
HSL105.94º94.59%36.27%-
HSV(B)105.94º97.22%70.59%-
XYZ17.4833.235.64-
YUV119.9863.1175.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 180 (70.70% from 255) = 77.92%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=19.91%
G=77.92%
B=2.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4618050.7400.970.29105.9494.5936.27
Hex2EB454A0611D6a5f24
Octal56264511201413515213744
Binary101110101101001011001010011000011110111010101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,180,5); }

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

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

 a { background-color: rgb(46,180,5); }

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

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

 span { border-color: rgb(46,180,5); }

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