Html Css Color HEX #2FDD23 Lime Green

📋 copy color: '#2FDD23'

red 47 ◦ green 221 ◦ blue 35

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

Shades of Lime Green #2FDD23

Tints of Lime Green #2FDD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.94%

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

R = 15.51%
G = 72.94%
B = 11.55%

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

#2FDD23 (or 0x2FDD23) is known color: Lime Green. HEX triplet: 2F, DD and 23. RGB value is (47,221,35). Sum of RGB (Red+Green+Blue) = 47+221+35=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD23 is #D022DC. Grayscale: #949494. Windows color (decimal): -13640413 or 2350383. OLE color: 2350383.

HSL color Cylindrical-coordinate representation of color #2FDD23: hue angle of 116.13º degrees, saturation: 0.73, 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 #2FDD23 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 35 -
CMYK 0.79 0 0.84 0.13
HSL 116.13º 0.73% 0.5% -
HSV(B) 116.13º 0.84% 0.87% -
XYZ 27.33 52.44 10.27 -
YUV 147.77 64.35 56.12 -
System Red Green Blue C M Y K H S L
Decimal 47 221 35 0.79 0 0.84 0.13 116.13 0.73 0.5
Hex 2F DD 23 4F 0 54 D 74 49 32
Octal 57 335 43 117 0 124 15 164 111 62
Binary 101111 11011101 100011 1001111 0 1010100 1101 1110100 1001001 110010

Color Harmonies of #2FDD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD23

Black with #2FDD23

Text Example


Text Example

White with #2FDD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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