#2bcf00

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

Shades of Kelly Green #2BCF00

Tints of Kelly Green #2BCF00

Color information

#2BCF00 (or 0x2BCF00) is unknown color: approx Kelly Green. HEX triplet: 2B, CF and 00. RGB value is (43,207,0). Sum of RGB (Red+Green+Blue) = 43+207+0=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCF00 is #D430FF. Grayscale: #878787. Windows color (decimal): -13906176 or 53035. OLE color: 53035.

HSL color Cylindrical-coordinate representation of color #2BCF00: hue angle of 107.54º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BCF00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB432070-
CMYK0.79010.19
HSL107.54º100%40.59%-
HSV(B)107.54º100%81.18%-
XYZ23.3145.147.48-
YUV134.3752.1762.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 207 (81.25% from 255) = 82.8%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.2%
G=82.8%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal4320700.79010.19107.5410040.59
Hex2BCF04F064136c6429
Octal53317011701442315414451
Binary1010111100111101001111011001001001111011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bcf00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,207,0); }

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

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

 a { background-color: rgb(43,207,0); }

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

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

 span { border-color: rgb(43,207,0); }

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