Html Css Color HEX #26C825 Lime Green

📋 copy color: '#26C825'

red 38 ◦ green 200 ◦ blue 37

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

Shades of Lime Green #26C825

Tints of Lime Green #26C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.73%

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 13.82%
G = 72.73%
B = 13.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#26C825 (or 0x26C825) is known color: Lime Green. HEX triplet: 26, C8 and 25. RGB value is (38,200,37). Sum of RGB (Red+Green+Blue) = 38+200+37=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 200 (78.52% from 255 or 72.73% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 200 - color contains mainly: green. Hex color #26C825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C825 is #D937DA. Grayscale: #858585. Windows color (decimal): -14235611 or 2476070. OLE color: 2476070.

HSL color Cylindrical-coordinate representation of color #26C825: hue angle of 119.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C825 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 200 37 -
CMYK 0.81 0 0.82 0.22
HSL 119.63º 0.69% 0.46% -
HSV(B) 119.63º 0.82% 0.78% -
XYZ 21.79 41.85 8.68 -
YUV 132.98 73.83 60.25 -
System Red Green Blue C M Y K H S L
Decimal 38 200 37 0.81 0 0.82 0.22 119.63 0.69 0.46
Hex 26 C8 25 51 0 52 16 78 45 2E
Octal 46 310 45 121 0 122 26 170 105 56
Binary 100110 11001000 100101 1010001 0 1010010 10110 1111000 1000101 101110

Color Harmonies of #26C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C825

Black with #26C825

Text Example


Text Example

White with #26C825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,200,37); }

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

background-color css

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

 a { background-color: rgb(38,200,37); }

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

border-color css

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

 span { border-color: rgb(38,200,37); }

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