Html Css Color HEX #2FE935 Lime Green

📋 copy color: '#2FE935'

red 47 ◦ green 233 ◦ blue 53

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

Shades of Lime Green #2FE935

Tints of Lime Green #2FE935

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.97%

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 14.11%
G = 69.97%
B = 15.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#2FE935 (or 0x2FE935) is known color: Lime Green. HEX triplet: 2F, E9 and 35. RGB value is (47,233,53). Sum of RGB (Red+Green+Blue) = 47+233+53=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 233 (91.41% from 255 or 69.97% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE935 is #D016CA. Grayscale: #9D9D9D. Windows color (decimal): -13637323 or 3533103. OLE color: 3533103.

HSL color Cylindrical-coordinate representation of color #2FE935: hue angle of 121.94º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE935 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 53 -
CMYK 0.80 0 0.77 0.09
HSL 121.94º 0.81% 0.55% -
HSV(B) 121.94º 0.8% 0.91% -
XYZ 30.95 59.14 13.15 -
YUV 156.87 69.38 49.64 -
System Red Green Blue C M Y K H S L
Decimal 47 233 53 0.80 0 0.77 0.09 121.94 0.81 0.55
Hex 2F E9 35 50 0 4D 9 7A 51 37
Octal 57 351 65 120 0 115 11 172 121 67
Binary 101111 11101001 110101 1010000 0 1001101 1001 1111010 1010001 110111

Color Harmonies of #2FE935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE935

Black with #2FE935

Text Example


Text Example

White with #2FE935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,233,53); }

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

background-color css

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

 a { background-color: rgb(47,233,53); }

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

border-color css

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

 span { border-color: rgb(47,233,53); }

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