Html Css Color HEX #2BF233 Lime Green

📋 copy color: '#2BF233'

red 43 ◦ green 242 ◦ blue 51

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

Shades of Lime Green #2BF233

Tints of Lime Green #2BF233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 12.8%
G = 72.02%
B = 15.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#2BF233 (or 0x2BF233) is known color: Lime Green. HEX triplet: 2B, F2 and 33. RGB value is (43,242,51). Sum of RGB (Red+Green+Blue) = 43+242+51=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF233 is #D40DCC. Grayscale: #A1A1A1. Windows color (decimal): -13897165 or 3404331. OLE color: 3404331.

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

Color convert

RGB 43 242 51 -
CMYK 0.82 0 0.79 0.05
HSL 122.41º 0.88% 0.56% -
HSV(B) 122.41º 0.82% 0.95% -
XYZ 33.35 64.26 13.78 -
YUV 160.73 66.07 44.03 -
System Red Green Blue C M Y K H S L
Decimal 43 242 51 0.82 0 0.79 0.05 122.41 0.88 0.56
Hex 2B F2 33 52 0 4F 5 7A 58 38
Octal 53 362 63 122 0 117 5 172 130 70
Binary 101011 11110010 110011 1010010 0 1001111 101 1111010 1011000 111000

Color Harmonies of #2BF233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF233

Black with #2BF233

Text Example


Text Example

White with #2BF233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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