#2BB612

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

Shades of Kelly Green #2BB612

Tints of Kelly Green #2BB612

Color information

#2BB612 (or 0x2BB612) is unknown color: approx Kelly Green. HEX triplet: 2B, B6 and 12. RGB value is (43,182,18). Sum of RGB (Red+Green+Blue) = 43+182+18=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 182 (71.48% from 255 or 74.90% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB612 is #D449ED. Grayscale: #7A7A7A. Windows color (decimal): -13912558 or 1226283. OLE color: 1226283.

HSL color Cylindrical-coordinate representation of color #2BB612: hue angle of 110.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BB612 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB4318218-
CMYK0.7600.900.29
HSL110.85º82%39.22%-
HSV(B)110.85º90.11%71.37%-
XYZ17.8334.016.2-
YUV121.7469.4571.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 182 (71.48% from 255) = 74.90%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=17.70%
G=74.90%
B=7.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43182180.7600.900.29110.858239.22
Hex2BB6124C05A1D6f5227
Octal532662211401323515712247
Binary10101110110110100101001100010110101110111011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,18); }

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

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

 a { background-color: rgb(43,182,18); }

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

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

 span { border-color: rgb(43,182,18); }

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