Html Css Color HEX #2FE938 Lime Green

📋 copy color: '#2FE938'

red 47 ◦ green 233 ◦ blue 56

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

Shades of Lime Green #2FE938

Tints of Lime Green #2FE938

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.35%

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 13.99%
G = 69.35%
B = 16.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#2FE938 (or 0x2FE938) is known color: Lime Green. HEX triplet: 2F, E9 and 38. RGB value is (47,233,56). Sum of RGB (Red+Green+Blue) = 47+233+56=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 233 (91.41% from 255 or 69.35% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE938 is #D016C7. Grayscale: #9D9D9D. Windows color (decimal): -13637320 or 3729711. OLE color: 3729711.

HSL color Cylindrical-coordinate representation of color #2FE938: hue angle of 122.9º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE938 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 56 -
CMYK 0.80 0 0.76 0.09
HSL 122.9º 0.81% 0.55% -
HSV(B) 122.9º 0.8% 0.91% -
XYZ 31.03 59.17 13.53 -
YUV 157.21 70.88 49.39 -
System Red Green Blue C M Y K H S L
Decimal 47 233 56 0.80 0 0.76 0.09 122.9 0.81 0.55
Hex 2F E9 38 50 0 4C 9 7B 51 37
Octal 57 351 70 120 0 114 11 173 121 67
Binary 101111 11101001 111000 1010000 0 1001100 1001 1111011 1010001 110111

Color Harmonies of #2FE938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE938

Black with #2FE938

Text Example


Text Example

White with #2FE938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,233,56); }

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

background-color css

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

 a { background-color: rgb(47,233,56); }

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

border-color css

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

 span { border-color: rgb(47,233,56); }

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