Html Css Color HEX #2FF223 Lime Green

📋 copy color: '#2FF223'

red 47 ◦ green 242 ◦ blue 35

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

Shades of Lime Green #2FF223

Tints of Lime Green #2FF223

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.69%

 BLUE value IS 35 (14.06% from 255) = 10.8%

R = 14.51%
G = 74.69%
B = 10.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#2FF223 (or 0x2FF223) is known color: Lime Green. HEX triplet: 2F, F2 and 23. RGB value is (47,242,35). Sum of RGB (Red+Green+Blue) = 47+242+35=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF223 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF223 is #D00DDC. Grayscale: #A0A0A0. Windows color (decimal): -13635037 or 2355759. OLE color: 2355759.

HSL color Cylindrical-coordinate representation of color #2FF223: hue angle of 116.52º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FF223 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 242 35 -
CMYK 0.81 0 0.86 0.05
HSL 116.52º 0.89% 0.54% -
HSV(B) 116.52º 0.86% 0.95% -
XYZ 33.23 64.23 12.24 -
YUV 160.1 57.4 47.33 -
System Red Green Blue C M Y K H S L
Decimal 47 242 35 0.81 0 0.86 0.05 116.52 0.89 0.54
Hex 2F F2 23 51 0 56 5 75 59 36
Octal 57 362 43 121 0 126 5 165 131 66
Binary 101111 11110010 100011 1010001 0 1010110 101 1110101 1011001 110110

Color Harmonies of #2FF223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF223

Black with #2FF223

Text Example


Text Example

White with #2FF223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,242,35); }

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

background-color css

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

 a { background-color: rgb(47,242,35); }

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

border-color css

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

 span { border-color: rgb(47,242,35); }

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