Html Css Color HEX #2FD423 Lime Green

📋 copy color: '#2FD423'

red 47 ◦ green 212 ◦ blue 35

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

Shades of Lime Green #2FD423

Tints of Lime Green #2FD423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 72.11%

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

R = 15.99%
G = 72.11%
B = 11.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#2FD423 (or 0x2FD423) is known color: Lime Green. HEX triplet: 2F, D4 and 23. RGB value is (47,212,35). Sum of RGB (Red+Green+Blue) = 47+212+35=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 212 (83.20% from 255 or 72.11% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD423 is #D02BDC. Grayscale: #8F8F8F. Windows color (decimal): -13642717 or 2348079. OLE color: 2348079.

HSL color Cylindrical-coordinate representation of color #2FD423: hue angle of 115.93º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FD423 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 47 212 35 -
CMYK 0.78 0 0.83 0.17
HSL 115.93º 0.72% 0.48% -
HSV(B) 115.93º 0.83% 0.83% -
XYZ 25.02 47.81 9.5 -
YUV 142.49 67.34 59.89 -
System Red Green Blue C M Y K H S L
Decimal 47 212 35 0.78 0 0.83 0.17 115.93 0.72 0.48
Hex 2F D4 23 4E 0 53 11 74 48 30
Octal 57 324 43 116 0 123 21 164 110 60
Binary 101111 11010100 100011 1001110 0 1010011 10001 1110100 1001000 110000

Color Harmonies of #2FD423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD423

Black with #2FD423

Text Example


Text Example

White with #2FD423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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