Html Css Color HEX #2BF23F Lime Green

📋 copy color: '#2BF23F'

red 43 ◦ green 242 ◦ blue 63

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

Shades of Lime Green #2BF23F

Tints of Lime Green #2BF23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.1%

R = 12.36%
G = 69.54%
B = 18.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#2BF23F (or 0x2BF23F) is known color: Lime Green. HEX triplet: 2B, F2 and 3F. RGB value is (43,242,63). Sum of RGB (Red+Green+Blue) = 43+242+63=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF23F is #D40DC0. Grayscale: #A2A2A2. Windows color (decimal): -13897153 or 4190763. OLE color: 4190763.

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

Color convert

RGB 43 242 63 -
CMYK 0.82 0 0.74 0.05
HSL 126.03º 0.88% 0.56% -
HSV(B) 126.03º 0.82% 0.95% -
XYZ 33.65 64.38 15.36 -
YUV 162.09 72.07 43.05 -
System Red Green Blue C M Y K H S L
Decimal 43 242 63 0.82 0 0.74 0.05 126.03 0.88 0.56
Hex 2B F2 3F 52 0 4A 5 7E 58 38
Octal 53 362 77 122 0 112 5 176 130 70
Binary 101011 11110010 111111 1010010 0 1001010 101 1111110 1011000 111000

Color Harmonies of #2BF23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF23F

Black with #2BF23F

Text Example


Text Example

White with #2BF23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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