Html Css Color HEX #2BF22C Lime Green

📋 copy color: '#2BF22C'

red 43 ◦ green 242 ◦ blue 44

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

Shades of Lime Green #2BF22C

Tints of Lime Green #2BF22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 13.07%
G = 73.56%
B = 13.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#2BF22C (or 0x2BF22C) is known color: Lime Green. HEX triplet: 2B, F2 and 2C. RGB value is (43,242,44). Sum of RGB (Red+Green+Blue) = 43+242+44=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF22C is #D40DD3. Grayscale: #A0A0A0. Windows color (decimal): -13897172 or 2945579. OLE color: 2945579.

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

Color convert

RGB 43 242 44 -
CMYK 0.82 0 0.82 0.05
HSL 120.3º 0.88% 0.56% -
HSV(B) 120.3º 0.82% 0.95% -
XYZ 33.2 64.2 13.02 -
YUV 159.93 62.57 44.6 -
System Red Green Blue C M Y K H S L
Decimal 43 242 44 0.82 0 0.82 0.05 120.3 0.88 0.56
Hex 2B F2 2C 52 0 52 5 78 58 38
Octal 53 362 54 122 0 122 5 170 130 70
Binary 101011 11110010 101100 1010010 0 1010010 101 1111000 1011000 111000

Color Harmonies of #2BF22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF22C

Black with #2BF22C

Text Example


Text Example

White with #2BF22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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