#2BB90F

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

Shades of Kelly Green #2BB90F

Tints of Kelly Green #2BB90F

Color information

#2BB90F (or 0x2BB90F) is unknown color: approx Kelly Green. HEX triplet: 2B, B9 and 0F. RGB value is (43,185,15). Sum of RGB (Red+Green+Blue) = 43+185+15=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 185 (72.66% from 255 or 76.13% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB90F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB90F is #D446F0. Grayscale: #7B7B7B. Windows color (decimal): -13911793 or 1030443. OLE color: 1030443.

HSL color Cylindrical-coordinate representation of color #2BB90F: hue angle of 110.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BB90F is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB4318515-
CMYK0.7700.920.27
HSL110.12º85%39.22%-
HSV(B)110.12º91.89%72.55%-
XYZ18.4335.256.28-
YUV123.1666.9670.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 185 (72.66% from 255) = 76.13%
BLUE value IS 15 (6.25% from 255) = 6.17%
R=17.70%
G=76.13%
B=6.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43185150.7700.920.27110.128539.22
Hex2BB9F4D05C1B6e5527
Octal532711711501343315612547
Binary1010111011100111111001101010111001101111011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,185,15); }

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

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

 a { background-color: rgb(43,185,15); }

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

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

 span { border-color: rgb(43,185,15); }

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