Html Css Color HEX #2FF124 Lime Green

📋 copy color: '#2FF124'

red 47 ◦ green 241 ◦ blue 36

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

Shades of Lime Green #2FF124

Tints of Lime Green #2FF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 74.38%

 BLUE value IS 36 (14.45% from 255) = 11.11%

R = 14.51%
G = 74.38%
B = 11.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#2FF124 (or 0x2FF124) is known color: Lime Green. HEX triplet: 2F, F1 and 24. RGB value is (47,241,36). Sum of RGB (Red+Green+Blue) = 47+241+36=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF124 is #D00EDB. Grayscale: #A0A0A0. Windows color (decimal): -13635292 or 2421039. OLE color: 2421039.

HSL color Cylindrical-coordinate representation of color #2FF124: hue angle of 116.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FF124 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 36 -
CMYK 0.80 0 0.85 0.05
HSL 116.78º 0.88% 0.54% -
HSV(B) 116.78º 0.85% 0.95% -
XYZ 32.95 63.64 12.22 -
YUV 159.62 58.23 47.67 -
System Red Green Blue C M Y K H S L
Decimal 47 241 36 0.80 0 0.85 0.05 116.78 0.88 0.54
Hex 2F F1 24 50 0 55 5 75 58 36
Octal 57 361 44 120 0 125 5 165 130 66
Binary 101111 11110001 100100 1010000 0 1010101 101 1110101 1011000 110110

Color Harmonies of #2FF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF124

Black with #2FF124

Text Example


Text Example

White with #2FF124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,241,36); }

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

background-color css

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

 a { background-color: rgb(47,241,36); }

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

border-color css

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

 span { border-color: rgb(47,241,36); }

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