Html Css Color HEX #26C24B Lime Green

📋 copy color: '#26C24B'

red 38 ◦ green 194 ◦ blue 75

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

Shades of Lime Green #26C24B

Tints of Lime Green #26C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.19%

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 12.38%
G = 63.19%
B = 24.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#26C24B (or 0x26C24B) is known color: Lime Green. HEX triplet: 26, C2 and 4B. RGB value is (38,194,75). Sum of RGB (Red+Green+Blue) = 38+194+75=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #26C24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C24B is #D93DB4. Grayscale: #868686. Windows color (decimal): -14237109 or 4964902. OLE color: 4964902.

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

Color convert

RGB 38 194 75 -
CMYK 0.80 0 0.61 0.24
HSL 134.23º 0.67% 0.45% -
HSV(B) 134.23º 0.8% 0.76% -
XYZ 21.36 39.5 13.16 -
YUV 133.79 94.82 59.68 -
System Red Green Blue C M Y K H S L
Decimal 38 194 75 0.80 0 0.61 0.24 134.23 0.67 0.45
Hex 26 C2 4B 50 0 3D 18 86 43 2D
Octal 46 302 113 120 0 75 30 206 103 55
Binary 100110 11000010 1001011 1010000 0 111101 11000 10000110 1000011 101101

Color Harmonies of #26C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C24B

Black with #26C24B

Text Example


Text Example

White with #26C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,194,75); }

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

background-color css

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

 a { background-color: rgb(38,194,75); }

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

border-color css

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

 span { border-color: rgb(38,194,75); }

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