#2EBF00

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

Shades of Kelly Green #2EBF00

Tints of Kelly Green #2EBF00

Color information

#2EBF00 (or 0x2EBF00) is unknown color: approx Kelly Green. HEX triplet: 2E, BF and 00. RGB value is (46,191,0). Sum of RGB (Red+Green+Blue) = 46+191+0=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 191 (75% from 255 or 80.59% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBF00 is #D140FF. Grayscale: #7E7E7E. Windows color (decimal): -13713664 or 48942. OLE color: 48942.

HSL color Cylindrical-coordinate representation of color #2EBF00: hue angle of 105.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EBF00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB461910-
CMYK0.76010.25
HSL105.55º100%37.45%-
HSV(B)105.55º100%74.9%-
XYZ19.7637.846.26-
YUV125.8756.9671.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 191 (75% from 255) = 80.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.41%
G=80.59%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4619100.76010.25105.5510037.45
Hex2EBF04C064196a6425
Octal56277011401443115214445
Binary1011101011111101001100011001001100111010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,0); }

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

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

 a { background-color: rgb(46,191,0); }

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

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

 span { border-color: rgb(46,191,0); }

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