Html Css Color HEX #2FF92E Lime Green

📋 copy color: '#2FF92E'

red 47 ◦ green 249 ◦ blue 46

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

Shades of Lime Green #2FF92E

Tints of Lime Green #2FF92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 13.74%
G = 72.81%
B = 13.45%

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

#2FF92E (or 0x2FF92E) is known color: Lime Green. HEX triplet: 2F, F9 and 2E. RGB value is (47,249,46). Sum of RGB (Red+Green+Blue) = 47+249+46=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF92E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF92E is #D006D1. Grayscale: #A6A6A6. Windows color (decimal): -13633234 or 3078447. OLE color: 3078447.

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

Color convert

RGB 47 249 46 -
CMYK 0.81 0 0.82 0.02
HSL 119.7º 0.94% 0.58% -
HSV(B) 119.7º 0.82% 0.98% -
XYZ 35.54 68.55 13.94 -
YUV 165.46 60.58 43.51 -
System Red Green Blue C M Y K H S L
Decimal 47 249 46 0.81 0 0.82 0.02 119.7 0.94 0.58
Hex 2F F9 2E 51 0 52 2 78 5E 3A
Octal 57 371 56 121 0 122 2 170 136 72
Binary 101111 11111001 101110 1010001 0 1010010 10 1111000 1011110 111010

Color Harmonies of #2FF92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF92E

Black with #2FF92E

Text Example


Text Example

White with #2FF92E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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