Html Css Color HEX #2FED41 Lime Green

📋 copy color: '#2FED41'

red 47 ◦ green 237 ◦ blue 65

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

Shades of Lime Green #2FED41

Tints of Lime Green #2FED41

RGB

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

 GREEN value IS 237 (92.97% from 255) = 67.91%

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 13.47%
G = 67.91%
B = 18.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#2FED41 (or 0x2FED41) is known color: Lime Green. HEX triplet: 2F, ED and 41. RGB value is (47,237,65). Sum of RGB (Red+Green+Blue) = 47+237+65=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 237 (92.97% from 255 or 67.91% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FED41 is #D012BE. Grayscale: #A1A1A1. Windows color (decimal): -13636287 or 4320559. OLE color: 4320559.

HSL color Cylindrical-coordinate representation of color #2FED41: hue angle of 125.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED41 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 65 -
CMYK 0.80 0 0.73 0.07
HSL 125.68º 0.84% 0.56% -
HSV(B) 125.68º 0.8% 0.93% -
XYZ 32.41 61.55 15.17 -
YUV 160.58 74.05 46.99 -
System Red Green Blue C M Y K H S L
Decimal 47 237 65 0.80 0 0.73 0.07 125.68 0.84 0.56
Hex 2F ED 41 50 0 49 7 7E 54 38
Octal 57 355 101 120 0 111 7 176 124 70
Binary 101111 11101101 1000001 1010000 0 1001001 111 1111110 1010100 111000

Color Harmonies of #2FED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED41

Black with #2FED41

Text Example


Text Example

White with #2FED41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,65); }

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

background-color css

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

 a { background-color: rgb(47,237,65); }

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

border-color css

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

 span { border-color: rgb(47,237,65); }

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