Html Css Color HEX #2FF933 Lime Green

📋 copy color: '#2FF933'

red 47 ◦ green 249 ◦ blue 51

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

Shades of Lime Green #2FF933

Tints of Lime Green #2FF933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.7%

R = 13.54%
G = 71.76%
B = 14.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#2FF933 (or 0x2FF933) is known color: Lime Green. HEX triplet: 2F, F9 and 33. RGB value is (47,249,51). Sum of RGB (Red+Green+Blue) = 47+249+51=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF933 is #D006CC. Grayscale: #A6A6A6. Windows color (decimal): -13633229 or 3406127. OLE color: 3406127.

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

Color convert

RGB 47 249 51 -
CMYK 0.81 0 0.80 0.02
HSL 121.19º 0.94% 0.58% -
HSV(B) 121.19º 0.81% 0.98% -
XYZ 35.65 68.59 14.49 -
YUV 166.03 63.08 43.1 -
System Red Green Blue C M Y K H S L
Decimal 47 249 51 0.81 0 0.80 0.02 121.19 0.94 0.58
Hex 2F F9 33 51 0 50 2 79 5E 3A
Octal 57 371 63 121 0 120 2 171 136 72
Binary 101111 11111001 110011 1010001 0 1010000 10 1111001 1011110 111010

Color Harmonies of #2FF933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF933

Black with #2FF933

Text Example


Text Example

White with #2FF933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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