Html Css Color HEX #26C04C Lime Green

📋 copy color: '#26C04C'

red 38 ◦ green 192 ◦ blue 76

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

Shades of Lime Green #26C04C

Tints of Lime Green #26C04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 12.42%
G = 62.75%
B = 24.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#26C04C (or 0x26C04C) is known color: Lime Green. HEX triplet: 26, C0 and 4C. RGB value is (38,192,76). Sum of RGB (Red+Green+Blue) = 38+192+76=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #26C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C04C is #D93FB3. Grayscale: #858585. Windows color (decimal): -14237620 or 5029926. OLE color: 5029926.

HSL color Cylindrical-coordinate representation of color #26C04C: hue angle of 134.81º 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 #26C04C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 192 76 -
CMYK 0.80 0 0.60 0.25
HSL 134.81º 0.67% 0.45% -
HSV(B) 134.81º 0.8% 0.75% -
XYZ 20.95 38.63 13.19 -
YUV 132.73 95.98 60.43 -
System Red Green Blue C M Y K H S L
Decimal 38 192 76 0.80 0 0.60 0.25 134.81 0.67 0.45
Hex 26 C0 4C 50 0 3C 19 87 43 2D
Octal 46 300 114 120 0 74 31 207 103 55
Binary 100110 11000000 1001100 1010000 0 111100 11001 10000111 1000011 101101

Color Harmonies of #26C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C04C

Black with #26C04C

Text Example


Text Example

White with #26C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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