Html Css Color HEX #2FDE23 Lime Green

📋 copy color: '#2FDE23'

red 47 ◦ green 222 ◦ blue 35

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

Shades of Lime Green #2FDE23

Tints of Lime Green #2FDE23

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.03%

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

R = 15.46%
G = 73.03%
B = 11.51%

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

#2FDE23 (or 0x2FDE23) is known color: Lime Green. HEX triplet: 2F, DE and 23. RGB value is (47,222,35). Sum of RGB (Red+Green+Blue) = 47+222+35=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDE23 is #D021DC. Grayscale: #949494. Windows color (decimal): -13640157 or 2350639. OLE color: 2350639.

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

Color convert

RGB 47 222 35 -
CMYK 0.79 0 0.84 0.13
HSL 116.15º 0.74% 0.5% -
HSV(B) 116.15º 0.84% 0.87% -
XYZ 27.6 52.97 10.36 -
YUV 148.36 64.02 55.71 -
System Red Green Blue C M Y K H S L
Decimal 47 222 35 0.79 0 0.84 0.13 116.15 0.74 0.5
Hex 2F DE 23 4F 0 54 D 74 4A 32
Octal 57 336 43 117 0 124 15 164 112 62
Binary 101111 11011110 100011 1001111 0 1010100 1101 1110100 1001010 110010

Color Harmonies of #2FDE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDE23

Black with #2FDE23

Text Example


Text Example

White with #2FDE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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