#2bf234

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

Shades of Lime Green #2BF234

Tints of Lime Green #2BF234

Color information

#2BF234 (or 0x2BF234) is unknown color: approx Lime Green. HEX triplet: 2B, F2 and 34. RGB value is (43,242,52). Sum of RGB (Red+Green+Blue) = 43+242+52=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 242 (94.92% from 255 or 71.81% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF234 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF234 is #D40DCB. Grayscale: #A1A1A1. Windows color (decimal): -13897164 or 3469867. OLE color: 3469867.

HSL color Cylindrical-coordinate representation of color #2BF234: hue angle of 122.71º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF234 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB4324252-
CMYK0.8200.790.05
HSL122.71º88.44%55.88%-
HSV(B)122.71º82.23%94.9%-
XYZ33.3764.2713.89-
YUV160.8466.5743.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.76%
GREEN value IS 242 (94.92% from 255) = 71.81%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=12.76%
G=71.81%
B=15.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal43242520.8200.790.05122.7188.4455.88
Hex2BF2345204F57b5838
Octal53362641220117517313070
Binary1010111111001011010010100100100111110111110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bf234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,242,52); }

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

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

 a { background-color: rgb(43,242,52); }

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

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

 span { border-color: rgb(43,242,52); }

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