Html Css Color HEX #2FDD26 Lime Green

📋 copy color: '#2FDD26'

red 47 ◦ green 221 ◦ blue 38

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

Shades of Lime Green #2FDD26

Tints of Lime Green #2FDD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 15.36%
G = 72.22%
B = 12.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#2FDD26 (or 0x2FDD26) is known color: Lime Green. HEX triplet: 2F, DD and 26. RGB value is (47,221,38). Sum of RGB (Red+Green+Blue) = 47+221+38=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD26 is #D022D9. Grayscale: #949494. Windows color (decimal): -13640410 or 2546991. OLE color: 2546991.

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

Color convert

RGB 47 221 38 -
CMYK 0.79 0 0.83 0.13
HSL 117.05º 0.73% 0.51% -
HSV(B) 117.05º 0.83% 0.87% -
XYZ 27.38 52.46 10.52 -
YUV 148.11 65.85 55.88 -
System Red Green Blue C M Y K H S L
Decimal 47 221 38 0.79 0 0.83 0.13 117.05 0.73 0.51
Hex 2F DD 26 4F 0 53 D 75 49 33
Octal 57 335 46 117 0 123 15 165 111 63
Binary 101111 11011101 100110 1001111 0 1010011 1101 1110101 1001001 110011

Color Harmonies of #2FDD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD26

Black with #2FDD26

Text Example


Text Example

White with #2FDD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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