Html Css Color HEX #26C328 Lime Green

📋 copy color: '#26C328'

red 38 ◦ green 195 ◦ blue 40

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

Shades of Lime Green #26C328

Tints of Lime Green #26C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.43%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 13.92%
G = 71.43%
B = 14.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#26C328 (or 0x26C328) is known color: Lime Green. HEX triplet: 26, C3 and 28. RGB value is (38,195,40). Sum of RGB (Red+Green+Blue) = 38+195+40=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #26C328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C328 is #D93CD7. Grayscale: #828282. Windows color (decimal): -14236888 or 2671398. OLE color: 2671398.

HSL color Cylindrical-coordinate representation of color #26C328: hue angle of 120.76º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C328 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 195 40 -
CMYK 0.81 0 0.79 0.24
HSL 120.76º 0.67% 0.46% -
HSV(B) 120.76º 0.81% 0.76% -
XYZ 20.7 39.6 8.56 -
YUV 130.39 76.99 62.1 -
System Red Green Blue C M Y K H S L
Decimal 38 195 40 0.81 0 0.79 0.24 120.76 0.67 0.46
Hex 26 C3 28 51 0 4F 18 79 43 2E
Octal 46 303 50 121 0 117 30 171 103 56
Binary 100110 11000011 101000 1010001 0 1001111 11000 1111001 1000011 101110

Color Harmonies of #26C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C328

Black with #26C328

Text Example


Text Example

White with #26C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,195,40); }

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

background-color css

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

 a { background-color: rgb(38,195,40); }

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

border-color css

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

 span { border-color: rgb(38,195,40); }

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