Html Css Color HEX #2FDE2B Lime Green

📋 copy color: '#2FDE2B'

red 47 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #2FDE2B

Tints of Lime Green #2FDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.15%

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 15.06%
G = 71.15%
B = 13.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#2FDE2B (or 0x2FDE2B) is known color: Lime Green. HEX triplet: 2F, DE and 2B. RGB value is (47,222,43). Sum of RGB (Red+Green+Blue) = 47+222+43=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDE2B is #D021D4. Grayscale: #959595. Windows color (decimal): -13640149 or 2874927. OLE color: 2874927.

HSL color Cylindrical-coordinate representation of color #2FDE2B: hue angle of 118.66º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDE2B is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 222 43 -
CMYK 0.79 0 0.81 0.13
HSL 118.66º 0.73% 0.52% -
HSV(B) 118.66º 0.81% 0.87% -
XYZ 27.73 53.02 11.06 -
YUV 149.27 68.02 55.05 -
System Red Green Blue C M Y K H S L
Decimal 47 222 43 0.79 0 0.81 0.13 118.66 0.73 0.52
Hex 2F DE 2B 4F 0 51 D 77 49 34
Octal 57 336 53 117 0 121 15 167 111 64
Binary 101111 11011110 101011 1001111 0 1010001 1101 1110111 1001001 110100

Color Harmonies of #2FDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDE2B

Black with #2FDE2B

Text Example


Text Example

White with #2FDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,222,43); }

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

background-color css

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

 a { background-color: rgb(47,222,43); }

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

border-color css

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

 span { border-color: rgb(47,222,43); }

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