Html Css Color HEX #2FE523 Lime Green

📋 copy color: '#2FE523'

red 47 ◦ green 229 ◦ blue 35

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

Shades of Lime Green #2FE523

Tints of Lime Green #2FE523

RGB

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

 GREEN value IS 229 (89.84% from 255) = 73.63%

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

R = 15.11%
G = 73.63%
B = 11.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#2FE523 (or 0x2FE523) is known color: Lime Green. HEX triplet: 2F, E5 and 23. RGB value is (47,229,35). Sum of RGB (Red+Green+Blue) = 47+229+35=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 229 (89.84% from 255 or 73.63% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE523 is #D01ADC. Grayscale: #999999. Windows color (decimal): -13638365 or 2352431. OLE color: 2352431.

HSL color Cylindrical-coordinate representation of color #2FE523: hue angle of 116.29º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FE523 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 35 -
CMYK 0.79 0 0.85 0.10
HSL 116.29º 0.79% 0.52% -
HSV(B) 116.29º 0.85% 0.9% -
XYZ 29.49 56.76 10.99 -
YUV 152.47 61.7 52.77 -
System Red Green Blue C M Y K H S L
Decimal 47 229 35 0.79 0 0.85 0.10 116.29 0.79 0.52
Hex 2F E5 23 4F 0 55 A 74 4F 34
Octal 57 345 43 117 0 125 12 164 117 64
Binary 101111 11100101 100011 1001111 0 1010101 1010 1110100 1001111 110100

Color Harmonies of #2FE523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE523

Black with #2FE523

Text Example


Text Example

White with #2FE523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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