#2BBC03

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

Shades of Kelly Green #2BBC03

Tints of Kelly Green #2BBC03

Color information

#2BBC03 (or 0x2BBC03) is unknown color: approx Kelly Green. HEX triplet: 2B, BC and 03. RGB value is (43,188,3). Sum of RGB (Red+Green+Blue) = 43+188+3=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC03 is #D443FC. Grayscale: #7C7C7C. Windows color (decimal): -13911037 or 244779. OLE color: 244779.

HSL color Cylindrical-coordinate representation of color #2BBC03: hue angle of 107.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BBC03 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB431883-
CMYK0.7700.980.26
HSL107.03º96.86%37.45%-
HSV(B)107.03º98.4%73.73%-
XYZ1936.496.13-
YUV123.5659.9670.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 188 (73.83% from 255) = 80.34%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=18.38%
G=80.34%
B=1.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4318830.7700.980.26107.0396.8637.45
Hex2BBC34D0621A6b6125
Octal53274311501423215314145
Binary10101110111100111001101011000101101011010111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,188,3); }

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

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

 a { background-color: rgb(43,188,3); }

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

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

 span { border-color: rgb(43,188,3); }

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