Html Css Color HEX #2FE93B Lime Green

📋 copy color: '#2FE93B'

red 47 ◦ green 233 ◦ blue 59

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

Shades of Lime Green #2FE93B

Tints of Lime Green #2FE93B

RGB

 RED value IS 47 (18.75% from 255) = 13.86%

 GREEN value IS 233 (91.41% from 255) = 68.73%

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 13.86%
G = 68.73%
B = 17.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#2FE93B (or 0x2FE93B) is known color: Lime Green. HEX triplet: 2F, E9 and 3B. RGB value is (47,233,59). Sum of RGB (Red+Green+Blue) = 47+233+59=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 233 (91.41% from 255 or 68.73% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE93B is #D016C4. Grayscale: #9E9E9E. Windows color (decimal): -13637317 or 3926319. OLE color: 3926319.

HSL color Cylindrical-coordinate representation of color #2FE93B: hue angle of 123.87º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE93B is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 59 -
CMYK 0.80 0 0.75 0.09
HSL 123.87º 0.81% 0.55% -
HSV(B) 123.87º 0.8% 0.91% -
XYZ 31.1 59.2 13.92 -
YUV 157.55 72.38 49.15 -
System Red Green Blue C M Y K H S L
Decimal 47 233 59 0.80 0 0.75 0.09 123.87 0.81 0.55
Hex 2F E9 3B 50 0 4B 9 7C 51 37
Octal 57 351 73 120 0 113 11 174 121 67
Binary 101111 11101001 111011 1010000 0 1001011 1001 1111100 1010001 110111

Color Harmonies of #2FE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE93B

Black with #2FE93B

Text Example


Text Example

White with #2FE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,233,59); }

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

background-color css

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

 a { background-color: rgb(47,233,59); }

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

border-color css

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

 span { border-color: rgb(47,233,59); }

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