Html Css Color HEX #26D42F Lime Green

📋 copy color: '#26D42F'

red 38 ◦ green 212 ◦ blue 47

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

Shades of Lime Green #26D42F

Tints of Lime Green #26D42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.38%

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 12.79%
G = 71.38%
B = 15.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#26D42F (or 0x26D42F) is known color: Lime Green. HEX triplet: 26, D4 and 2F. RGB value is (38,212,47). Sum of RGB (Red+Green+Blue) = 38+212+47=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 212 (83.20% from 255 or 71.38% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 212 - color contains mainly: green. Hex color #26D42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D42F is #D92BD0. Grayscale: #8D8D8D. Windows color (decimal): -14232529 or 3134502. OLE color: 3134502.

HSL color Cylindrical-coordinate representation of color #26D42F: hue angle of 123.1º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D42F is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 38 212 47 -
CMYK 0.82 0 0.78 0.17
HSL 123.1º 0.7% 0.49% -
HSV(B) 123.1º 0.82% 0.83% -
XYZ 24.86 47.7 10.59 -
YUV 141.16 74.85 54.42 -
System Red Green Blue C M Y K H S L
Decimal 38 212 47 0.82 0 0.78 0.17 123.1 0.7 0.49
Hex 26 D4 2F 52 0 4E 11 7B 46 31
Octal 46 324 57 122 0 116 21 173 106 61
Binary 100110 11010100 101111 1010010 0 1001110 10001 1111011 1000110 110001

Color Harmonies of #26D42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D42F

Black with #26D42F

Text Example


Text Example

White with #26D42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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