Html Css Color HEX #26D742 Lime Green

📋 copy color: '#26D742'

red 38 ◦ green 215 ◦ blue 66

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

Shades of Lime Green #26D742

Tints of Lime Green #26D742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 67.4%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 11.91%
G = 67.4%
B = 20.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#26D742 (or 0x26D742) is known color: Lime Green. HEX triplet: 26, D7 and 42. RGB value is (38,215,66). Sum of RGB (Red+Green+Blue) = 38+215+66=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #26D742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D742 is #D928BD. Grayscale: #919191. Windows color (decimal): -14231742 or 4380454. OLE color: 4380454.

HSL color Cylindrical-coordinate representation of color #26D742: hue angle of 129.49º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D742 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 215 66 -
CMYK 0.82 0 0.69 0.16
HSL 129.49º 0.7% 0.5% -
HSV(B) 129.49º 0.82% 0.84% -
XYZ 26.08 49.41 13.32 -
YUV 145.09 83.36 51.62 -
System Red Green Blue C M Y K H S L
Decimal 38 215 66 0.82 0 0.69 0.16 129.49 0.7 0.5
Hex 26 D7 42 52 0 45 10 81 46 32
Octal 46 327 102 122 0 105 20 201 106 62
Binary 100110 11010111 1000010 1010010 0 1000101 10000 10000001 1000110 110010

Color Harmonies of #26D742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D742

Black with #26D742

Text Example


Text Example

White with #26D742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,215,66); }

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

background-color css

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

 a { background-color: rgb(38,215,66); }

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

border-color css

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

 span { border-color: rgb(38,215,66); }

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