Html Css Color HEX #26C041 Lime Green

📋 copy color: '#26C041'

red 38 ◦ green 192 ◦ blue 65

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

Shades of Lime Green #26C041

Tints of Lime Green #26C041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.08%

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 12.88%
G = 65.08%
B = 22.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#26C041 (or 0x26C041) is known color: Lime Green. HEX triplet: 26, C0 and 41. RGB value is (38,192,65). Sum of RGB (Red+Green+Blue) = 38+192+65=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #26C041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C041 is #D93FBE. Grayscale: #838383. Windows color (decimal): -14237631 or 4309030. OLE color: 4309030.

HSL color Cylindrical-coordinate representation of color #26C041: hue angle of 130.52º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C041 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 192 65 -
CMYK 0.80 0 0.66 0.25
HSL 130.52º 0.67% 0.45% -
HSV(B) 130.52º 0.8% 0.75% -
XYZ 20.6 38.49 11.35 -
YUV 131.48 90.48 61.33 -
System Red Green Blue C M Y K H S L
Decimal 38 192 65 0.80 0 0.66 0.25 130.52 0.67 0.45
Hex 26 C0 41 50 0 42 19 83 43 2D
Octal 46 300 101 120 0 102 31 203 103 55
Binary 100110 11000000 1000001 1010000 0 1000010 11001 10000011 1000011 101101

Color Harmonies of #26C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C041

Black with #26C041

Text Example


Text Example

White with #26C041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,192,65); }

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

background-color css

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

 a { background-color: rgb(38,192,65); }

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

border-color css

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

 span { border-color: rgb(38,192,65); }

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