Html Css Color HEX #2BF22E Lime Green

📋 copy color: '#2BF22E'

red 43 ◦ green 242 ◦ blue 46

#2BF22E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2BF22E

Tints of Lime Green #2BF22E

RGB

 RED value IS 43 (17.19% from 255) = 12.99%

 GREEN value IS 242 (94.92% from 255) = 73.11%

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 12.99%
G = 73.11%
B = 13.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#2BF22E (or 0x2BF22E) is known color: Lime Green. HEX triplet: 2B, F2 and 2E. RGB value is (43,242,46). Sum of RGB (Red+Green+Blue) = 43+242+46=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF22E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF22E is #D40DD1. Grayscale: #A0A0A0. Windows color (decimal): -13897170 or 3076651. OLE color: 3076651.

HSL color Cylindrical-coordinate representation of color #2BF22E: hue angle of 120.9º 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 #2BF22E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 43 242 46 -
CMYK 0.82 0 0.81 0.05
HSL 120.9º 0.88% 0.56% -
HSV(B) 120.9º 0.82% 0.95% -
XYZ 33.24 64.22 13.23 -
YUV 160.16 63.57 44.44 -
System Red Green Blue C M Y K H S L
Decimal 43 242 46 0.82 0 0.81 0.05 120.9 0.88 0.56
Hex 2B F2 2E 52 0 51 5 79 58 38
Octal 53 362 56 122 0 121 5 171 130 70
Binary 101011 11110010 101110 1010010 0 1010001 101 1111001 1011000 111000

Color Harmonies of #2BF22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF22E

Black with #2BF22E

Text Example


Text Example

White with #2BF22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BF22E;
 }
 .AnyTagClassName
 {
   color: #2BF22E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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