Html Css Color HEX #2FE423 Lime Green

📋 copy color: '#2FE423'

red 47 ◦ green 228 ◦ blue 35

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

Shades of Lime Green #2FE423

Tints of Lime Green #2FE423

RGB

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

 GREEN value IS 228 (89.45% from 255) = 73.55%

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

R = 15.16%
G = 73.55%
B = 11.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#2FE423 (or 0x2FE423) is known color: Lime Green. HEX triplet: 2F, E4 and 23. RGB value is (47,228,35). Sum of RGB (Red+Green+Blue) = 47+228+35=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 228 (89.45% from 255 or 73.55% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE423 is #D01BDC. Grayscale: #989898. Windows color (decimal): -13638621 or 2352175. OLE color: 2352175.

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

Color convert

RGB 47 228 35 -
CMYK 0.79 0 0.85 0.11
HSL 116.27º 0.78% 0.52% -
HSV(B) 116.27º 0.85% 0.89% -
XYZ 29.22 56.21 10.9 -
YUV 151.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 47 228 35 0.79 0 0.85 0.11 116.27 0.78 0.52
Hex 2F E4 23 4F 0 55 B 74 4E 34
Octal 57 344 43 117 0 125 13 164 116 64
Binary 101111 11100100 100011 1001111 0 1010101 1011 1110100 1001110 110100

Color Harmonies of #2FE423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE423

Black with #2FE423

Text Example


Text Example

White with #2FE423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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