Html Css Color HEX #2FF233 Lime Green

📋 copy color: '#2FF233'

red 47 ◦ green 242 ◦ blue 51

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

Shades of Lime Green #2FF233

Tints of Lime Green #2FF233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15%

R = 13.82%
G = 71.18%
B = 15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#2FF233 (or 0x2FF233) is known color: Lime Green. HEX triplet: 2F, F2 and 33. RGB value is (47,242,51). Sum of RGB (Red+Green+Blue) = 47+242+51=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF233 is #D00DCC. Grayscale: #A2A2A2. Windows color (decimal): -13635021 or 3404335. OLE color: 3404335.

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

Color convert

RGB 47 242 51 -
CMYK 0.81 0 0.79 0.05
HSL 121.23º 0.88% 0.57% -
HSV(B) 121.23º 0.81% 0.95% -
XYZ 33.52 64.35 13.79 -
YUV 161.92 65.4 46.03 -
System Red Green Blue C M Y K H S L
Decimal 47 242 51 0.81 0 0.79 0.05 121.23 0.88 0.57
Hex 2F F2 33 51 0 4F 5 79 58 39
Octal 57 362 63 121 0 117 5 171 130 71
Binary 101111 11110010 110011 1010001 0 1001111 101 1111001 1011000 111001

Color Harmonies of #2FF233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF233

Black with #2FF233

Text Example


Text Example

White with #2FF233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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