Html Css Color HEX #2FE02B Lime Green

📋 copy color: '#2FE02B'

red 47 ◦ green 224 ◦ blue 43

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

Shades of Lime Green #2FE02B

Tints of Lime Green #2FE02B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 71.34%

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

R = 14.97%
G = 71.34%
B = 13.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#2FE02B (or 0x2FE02B) is known color: Lime Green. HEX triplet: 2F, E0 and 2B. RGB value is (47,224,43). Sum of RGB (Red+Green+Blue) = 47+224+43=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE02B is #D01FD4. Grayscale: #969696. Windows color (decimal): -13639637 or 2875439. OLE color: 2875439.

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

Color convert

RGB 47 224 43 -
CMYK 0.79 0 0.81 0.12
HSL 118.67º 0.74% 0.52% -
HSV(B) 118.67º 0.81% 0.88% -
XYZ 28.26 54.09 11.24 -
YUV 150.44 67.36 54.22 -
System Red Green Blue C M Y K H S L
Decimal 47 224 43 0.79 0 0.81 0.12 118.67 0.74 0.52
Hex 2F E0 2B 4F 0 51 C 77 4A 34
Octal 57 340 53 117 0 121 14 167 112 64
Binary 101111 11100000 101011 1001111 0 1010001 1100 1110111 1001010 110100

Color Harmonies of #2FE02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE02B

Black with #2FE02B

Text Example


Text Example

White with #2FE02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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