Html Css Color HEX #2FE11E Lime Green

📋 copy color: '#2FE11E'

red 47 ◦ green 225 ◦ blue 30

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

Shades of Lime Green #2FE11E

Tints of Lime Green #2FE11E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 74.5%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 15.56%
G = 74.5%
B = 9.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#2FE11E (or 0x2FE11E) is known color: Lime Green. HEX triplet: 2F, E1 and 1E. RGB value is (47,225,30). Sum of RGB (Red+Green+Blue) = 47+225+30=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE11E is #D01EE1. Grayscale: #969696. Windows color (decimal): -13639394 or 2023727. OLE color: 2023727.

HSL color Cylindrical-coordinate representation of color #2FE11E: hue angle of 114.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FE11E is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 30 -
CMYK 0.79 0 0.87 0.12
HSL 114.77º 0.76% 0.5% -
HSV(B) 114.77º 0.87% 0.88% -
XYZ 28.33 54.55 10.26 -
YUV 149.55 60.53 54.86 -
System Red Green Blue C M Y K H S L
Decimal 47 225 30 0.79 0 0.87 0.12 114.77 0.76 0.5
Hex 2F E1 1E 4F 0 57 C 73 4C 32
Octal 57 341 36 117 0 127 14 163 114 62
Binary 101111 11100001 11110 1001111 0 1010111 1100 1110011 1001100 110010

Color Harmonies of #2FE11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE11E

Black with #2FE11E

Text Example


Text Example

White with #2FE11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,225,30); }

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

background-color css

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

 a { background-color: rgb(47,225,30); }

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

border-color css

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

 span { border-color: rgb(47,225,30); }

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