Html Css Color HEX #26F12B Lime Green

📋 copy color: '#26F12B'

red 38 ◦ green 241 ◦ blue 43

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

Shades of Lime Green #26F12B

Tints of Lime Green #26F12B

RGB

 RED value IS 38 (15.23% from 255) = 11.8%

 GREEN value IS 241 (94.53% from 255) = 74.84%

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 11.8%
G = 74.84%
B = 13.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#26F12B (or 0x26F12B) is known color: Lime Green. HEX triplet: 26, F1 and 2B. RGB value is (38,241,43). Sum of RGB (Red+Green+Blue) = 38+241+43=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #26F12B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F12B is #D90ED4. Grayscale: #9E9E9E. Windows color (decimal): -14225109 or 2879782. OLE color: 2879782.

HSL color Cylindrical-coordinate representation of color #26F12B: hue angle of 121.48º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F12B is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 241 43 -
CMYK 0.84 0 0.82 0.05
HSL 121.48º 0.88% 0.55% -
HSV(B) 121.48º 0.84% 0.95% -
XYZ 32.69 63.5 12.82 -
YUV 157.73 63.25 42.6 -
System Red Green Blue C M Y K H S L
Decimal 38 241 43 0.84 0 0.82 0.05 121.48 0.88 0.55
Hex 26 F1 2B 54 0 52 5 79 58 37
Octal 46 361 53 124 0 122 5 171 130 67
Binary 100110 11110001 101011 1010100 0 1010010 101 1111001 1011000 110111

Color Harmonies of #26F12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26F12B

Black with #26F12B

Text Example


Text Example

White with #26F12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26F12B; }

 p { color: rgb(38,241,43); }

 H1.HeaderClassName
 {
   color: #26F12B;
 }
 .AnyTagClassName
 {
   color: #26F12B;
 }
</style>

background-color css

<style>
 a { background-color: #26F12B; }

 a { background-color: rgb(38,241,43); }

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

border-color css

<style>
 span { border-color: #26F12B; }

 span { border-color: rgb(38,241,43); }

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