Html Css Color HEX #2FF92C Lime Green

📋 copy color: '#2FF92C'

red 47 ◦ green 249 ◦ blue 44

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

Shades of Lime Green #2FF92C

Tints of Lime Green #2FF92C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.24%

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 13.82%
G = 73.24%
B = 12.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#2FF92C (or 0x2FF92C) is known color: Lime Green. HEX triplet: 2F, F9 and 2C. RGB value is (47,249,44). Sum of RGB (Red+Green+Blue) = 47+249+44=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 249 (97.66% from 255 or 73.24% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF92C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF92C is #D006D3. Grayscale: #A5A5A5. Windows color (decimal): -13633236 or 2947375. OLE color: 2947375.

HSL color Cylindrical-coordinate representation of color #2FF92C: hue angle of 119.12º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FF92C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 44 -
CMYK 0.81 0 0.82 0.02
HSL 119.12º 0.94% 0.57% -
HSV(B) 119.12º 0.82% 0.98% -
XYZ 35.5 68.54 13.74 -
YUV 165.23 59.58 43.67 -
System Red Green Blue C M Y K H S L
Decimal 47 249 44 0.81 0 0.82 0.02 119.12 0.94 0.57
Hex 2F F9 2C 51 0 52 2 77 5E 39
Octal 57 371 54 121 0 122 2 167 136 71
Binary 101111 11111001 101100 1010001 0 1010010 10 1110111 1011110 111001

Color Harmonies of #2FF92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF92C

Black with #2FF92C

Text Example


Text Example

White with #2FF92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,249,44); }

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

background-color css

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

 a { background-color: rgb(47,249,44); }

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

border-color css

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

 span { border-color: rgb(47,249,44); }

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