Html Css Color HEX #2BF041 Lime Green

📋 copy color: '#2BF041'

red 43 ◦ green 240 ◦ blue 65

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

Shades of Lime Green #2BF041

Tints of Lime Green #2BF041

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.97%

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 12.36%
G = 68.97%
B = 18.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#2BF041 (or 0x2BF041) is known color: Lime Green. HEX triplet: 2B, F0 and 41. RGB value is (43,240,65). Sum of RGB (Red+Green+Blue) = 43+240+65=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 240 (94.14% from 255 or 68.97% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF041 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF041 is #D40FBE. Grayscale: #A1A1A1. Windows color (decimal): -13897663 or 4321323. OLE color: 4321323.

HSL color Cylindrical-coordinate representation of color #2BF041: hue angle of 126.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF041 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 240 65 -
CMYK 0.82 0 0.73 0.06
HSL 126.7º 0.87% 0.55% -
HSV(B) 126.7º 0.82% 0.94% -
XYZ 33.11 63.22 15.46 -
YUV 161.15 73.73 43.73 -
System Red Green Blue C M Y K H S L
Decimal 43 240 65 0.82 0 0.73 0.06 126.7 0.87 0.55
Hex 2B F0 41 52 0 49 6 7F 57 37
Octal 53 360 101 122 0 111 6 177 127 67
Binary 101011 11110000 1000001 1010010 0 1001001 110 1111111 1010111 110111

Color Harmonies of #2BF041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF041

Black with #2BF041

Text Example


Text Example

White with #2BF041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,240,65); }

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

background-color css

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

 a { background-color: rgb(43,240,65); }

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

border-color css

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

 span { border-color: rgb(43,240,65); }

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