Html Css Color HEX #2FDF23 Lime Green

📋 copy color: '#2FDF23'

red 47 ◦ green 223 ◦ blue 35

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

Shades of Lime Green #2FDF23

Tints of Lime Green #2FDF23

RGB

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

 GREEN value IS 223 (87.5% from 255) = 73.11%

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

R = 15.41%
G = 73.11%
B = 11.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#2FDF23 (or 0x2FDF23) is known color: Lime Green. HEX triplet: 2F, DF and 23. RGB value is (47,223,35). Sum of RGB (Red+Green+Blue) = 47+223+35=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF23 is #D020DC. Grayscale: #959595. Windows color (decimal): -13639901 or 2350895. OLE color: 2350895.

HSL color Cylindrical-coordinate representation of color #2FDF23: hue angle of 116.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FDF23 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 35 -
CMYK 0.79 0 0.84 0.13
HSL 116.17º 0.75% 0.51% -
HSV(B) 116.17º 0.84% 0.87% -
XYZ 27.86 53.5 10.45 -
YUV 148.94 63.69 55.29 -
System Red Green Blue C M Y K H S L
Decimal 47 223 35 0.79 0 0.84 0.13 116.17 0.75 0.51
Hex 2F DF 23 4F 0 54 D 74 4B 33
Octal 57 337 43 117 0 124 15 164 113 63
Binary 101111 11011111 100011 1001111 0 1010100 1101 1110100 1001011 110011

Color Harmonies of #2FDF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF23

Black with #2FDF23

Text Example


Text Example

White with #2FDF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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