Html Css Color HEX #2FF122 Lime Green

📋 copy color: '#2FF122'

red 47 ◦ green 241 ◦ blue 34

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

Shades of Lime Green #2FF122

Tints of Lime Green #2FF122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 14.6%
G = 74.84%
B = 10.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#2FF122 (or 0x2FF122) is known color: Lime Green. HEX triplet: 2F, F1 and 22. RGB value is (47,241,34). Sum of RGB (Red+Green+Blue) = 47+241+34=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF122 is #D00EDD. Grayscale: #A0A0A0. Windows color (decimal): -13635294 or 2289967. OLE color: 2289967.

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

Color convert

RGB 47 241 34 -
CMYK 0.80 0 0.86 0.05
HSL 116.23º 0.88% 0.54% -
HSV(B) 116.23º 0.86% 0.95% -
XYZ 32.92 63.63 12.06 -
YUV 159.4 57.23 47.83 -
System Red Green Blue C M Y K H S L
Decimal 47 241 34 0.80 0 0.86 0.05 116.23 0.88 0.54
Hex 2F F1 22 50 0 56 5 74 58 36
Octal 57 361 42 120 0 126 5 164 130 66
Binary 101111 11110001 100010 1010000 0 1010110 101 1110100 1011000 110110

Color Harmonies of #2FF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF122

Black with #2FF122

Text Example


Text Example

White with #2FF122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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