Html Css Color HEX #2BE31F Lime Green

📋 copy color: '#2BE31F'

red 43 ◦ green 227 ◦ blue 31

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

Shades of Lime Green #2BE31F

Tints of Lime Green #2BE31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 75.42%

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 14.29%
G = 75.42%
B = 10.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#2BE31F (or 0x2BE31F) is known color: Lime Green. HEX triplet: 2B, E3 and 1F. RGB value is (43,227,31). Sum of RGB (Red+Green+Blue) = 43+227+31=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 227 (89.06% from 255 or 75.42% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE31F is #D41CE0. Grayscale: #969696. Windows color (decimal): -13901025 or 2089771. OLE color: 2089771.

HSL color Cylindrical-coordinate representation of color #2BE31F: hue angle of 116.33º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BE31F is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 43 227 31 -
CMYK 0.81 0 0.86 0.11
HSL 116.33º 0.78% 0.51% -
HSV(B) 116.33º 0.86% 0.89% -
XYZ 28.71 55.55 10.51 -
YUV 149.64 61.04 51.94 -
System Red Green Blue C M Y K H S L
Decimal 43 227 31 0.81 0 0.86 0.11 116.33 0.78 0.51
Hex 2B E3 1F 51 0 56 B 74 4E 33
Octal 53 343 37 121 0 126 13 164 116 63
Binary 101011 11100011 11111 1010001 0 1010110 1011 1110100 1001110 110011

Color Harmonies of #2BE31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE31F

Black with #2BE31F

Text Example


Text Example

White with #2BE31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,227,31); }

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

background-color css

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

 a { background-color: rgb(43,227,31); }

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

border-color css

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

 span { border-color: rgb(43,227,31); }

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