Html Css Color HEX #2BF230 Lime Green

📋 copy color: '#2BF230'

red 43 ◦ green 242 ◦ blue 48

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

Shades of Lime Green #2BF230

Tints of Lime Green #2BF230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 12.91%
G = 72.67%
B = 14.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#2BF230 (or 0x2BF230) is known color: Lime Green. HEX triplet: 2B, F2 and 30. RGB value is (43,242,48). Sum of RGB (Red+Green+Blue) = 43+242+48=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF230 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF230 is #D40DCF. Grayscale: #A0A0A0. Windows color (decimal): -13897168 or 3207723. OLE color: 3207723.

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

Color convert

RGB 43 242 48 -
CMYK 0.82 0 0.80 0.05
HSL 121.51º 0.88% 0.56% -
HSV(B) 121.51º 0.82% 0.95% -
XYZ 33.28 64.23 13.44 -
YUV 160.38 64.57 44.27 -
System Red Green Blue C M Y K H S L
Decimal 43 242 48 0.82 0 0.80 0.05 121.51 0.88 0.56
Hex 2B F2 30 52 0 50 5 7A 58 38
Octal 53 362 60 122 0 120 5 172 130 70
Binary 101011 11110010 110000 1010010 0 1010000 101 1111010 1011000 111000

Color Harmonies of #2BF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF230

Black with #2BF230

Text Example


Text Example

White with #2BF230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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