Html Css Color HEX #2FCD26 Lime Green

📋 copy color: '#2FCD26'

red 47 ◦ green 205 ◦ blue 38

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

Shades of Lime Green #2FCD26

Tints of Lime Green #2FCD26

RGB

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

 GREEN value IS 205 (80.47% from 255) = 70.69%

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

R = 16.21%
G = 70.69%
B = 13.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#2FCD26 (or 0x2FCD26) is known color: Lime Green. HEX triplet: 2F, CD and 26. RGB value is (47,205,38). Sum of RGB (Red+Green+Blue) = 47+205+38=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 205 (80.47% from 255 or 70.69% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD26 is #D032D9. Grayscale: #8B8B8B. Windows color (decimal): -13644506 or 2542895. OLE color: 2542895.

HSL color Cylindrical-coordinate representation of color #2FCD26: hue angle of 116.77º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCD26 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 205 38 -
CMYK 0.77 0 0.81 0.20
HSL 116.77º 0.69% 0.48% -
HSV(B) 116.77º 0.81% 0.8% -
XYZ 23.35 44.41 9.17 -
YUV 138.72 71.15 62.58 -
System Red Green Blue C M Y K H S L
Decimal 47 205 38 0.77 0 0.81 0.20 116.77 0.69 0.48
Hex 2F CD 26 4D 0 51 14 75 45 30
Octal 57 315 46 115 0 121 24 165 105 60
Binary 101111 11001101 100110 1001101 0 1010001 10100 1110101 1000101 110000

Color Harmonies of #2FCD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD26

Black with #2FCD26

Text Example


Text Example

White with #2FCD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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