Html Css Color HEX #26C04B Lime Green

📋 copy color: '#26C04B'

red 38 ◦ green 192 ◦ blue 75

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

Shades of Lime Green #26C04B

Tints of Lime Green #26C04B

RGB

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

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

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

R = 12.46%
G = 62.95%
B = 24.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#26C04B (or 0x26C04B) is known color: Lime Green. HEX triplet: 26, C0 and 4B. RGB value is (38,192,75). Sum of RGB (Red+Green+Blue) = 38+192+75=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #26C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C04B is #D93FB4. Grayscale: #848484. Windows color (decimal): -14237621 or 4964390. OLE color: 4964390.

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

Color convert

RGB 38 192 75 -
CMYK 0.80 0 0.61 0.25
HSL 134.42º 0.67% 0.45% -
HSV(B) 134.42º 0.8% 0.75% -
XYZ 20.92 38.62 13.01 -
YUV 132.62 95.48 60.51 -
System Red Green Blue C M Y K H S L
Decimal 38 192 75 0.80 0 0.61 0.25 134.42 0.67 0.45
Hex 26 C0 4B 50 0 3D 19 86 43 2D
Octal 46 300 113 120 0 75 31 206 103 55
Binary 100110 11000000 1001011 1010000 0 111101 11001 10000110 1000011 101101

Color Harmonies of #26C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C04B

Black with #26C04B

Text Example


Text Example

White with #26C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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