Html Css Color HEX #2FD022 Lime Green

📋 copy color: '#2FD022'

red 47 ◦ green 208 ◦ blue 34

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

Shades of Lime Green #2FD022

Tints of Lime Green #2FD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.97%

 BLUE value IS 34 (13.67% from 255) = 11.76%

R = 16.26%
G = 71.97%
B = 11.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#2FD022 (or 0x2FD022) is known color: Lime Green. HEX triplet: 2F, D0 and 22. RGB value is (47,208,34). Sum of RGB (Red+Green+Blue) = 47+208+34=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD022 is #D02FDD. Grayscale: #8C8C8C. Windows color (decimal): -13643742 or 2281519. OLE color: 2281519.

HSL color Cylindrical-coordinate representation of color #2FD022: hue angle of 115.52º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FD022 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 34 -
CMYK 0.77 0 0.84 0.18
HSL 115.52º 0.72% 0.47% -
HSV(B) 115.52º 0.84% 0.82% -
XYZ 24.02 45.83 9.09 -
YUV 140.03 68.16 61.65 -
System Red Green Blue C M Y K H S L
Decimal 47 208 34 0.77 0 0.84 0.18 115.52 0.72 0.47
Hex 2F D0 22 4D 0 54 12 74 48 2F
Octal 57 320 42 115 0 124 22 164 110 57
Binary 101111 11010000 100010 1001101 0 1010100 10010 1110100 1001000 101111

Color Harmonies of #2FD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD022

Black with #2FD022

Text Example


Text Example

White with #2FD022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,208,34); }

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

background-color css

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

 a { background-color: rgb(47,208,34); }

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

border-color css

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

 span { border-color: rgb(47,208,34); }

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