Html Css Color HEX #2FDE26 Lime Green

📋 copy color: '#2FDE26'

red 47 ◦ green 222 ◦ blue 38

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

Shades of Lime Green #2FDE26

Tints of Lime Green #2FDE26

RGB

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

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

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

R = 15.31%
G = 72.31%
B = 12.38%

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

#2FDE26 (or 0x2FDE26) is known color: Lime Green. HEX triplet: 2F, DE and 26. RGB value is (47,222,38). Sum of RGB (Red+Green+Blue) = 47+222+38=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 222 (87.11% from 255 or 72.31% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDE26 is #D021D9. Grayscale: #959595. Windows color (decimal): -13640154 or 2547247. OLE color: 2547247.

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

Color convert

RGB 47 222 38 -
CMYK 0.79 0 0.83 0.13
HSL 117.07º 0.74% 0.51% -
HSV(B) 117.07º 0.83% 0.87% -
XYZ 27.64 52.99 10.6 -
YUV 148.7 65.52 55.46 -
System Red Green Blue C M Y K H S L
Decimal 47 222 38 0.79 0 0.83 0.13 117.07 0.74 0.51
Hex 2F DE 26 4F 0 53 D 75 4A 33
Octal 57 336 46 117 0 123 15 165 112 63
Binary 101111 11011110 100110 1001111 0 1010011 1101 1110101 1001010 110011

Color Harmonies of #2FDE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDE26

Black with #2FDE26

Text Example


Text Example

White with #2FDE26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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