Html Css Color HEX #26E125 Lime Green

📋 copy color: '#26E125'

red 38 ◦ green 225 ◦ blue 37

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

Shades of Lime Green #26E125

Tints of Lime Green #26E125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75%

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

R = 12.67%
G = 75%
B = 12.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#26E125 (or 0x26E125) is known color: Lime Green. HEX triplet: 26, E1 and 25. RGB value is (38,225,37). Sum of RGB (Red+Green+Blue) = 38+225+37=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #26E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E125 is #D91EDA. Grayscale: #949494. Windows color (decimal): -14229211 or 2482470. OLE color: 2482470.

HSL color Cylindrical-coordinate representation of color #26E125: hue angle of 119.68º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26E125 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 225 37 -
CMYK 0.83 0 0.84 0.12
HSL 119.68º 0.76% 0.51% -
HSV(B) 119.68º 0.84% 0.88% -
XYZ 28.06 54.4 10.77 -
YUV 147.66 65.55 49.79 -
System Red Green Blue C M Y K H S L
Decimal 38 225 37 0.83 0 0.84 0.12 119.68 0.76 0.51
Hex 26 E1 25 53 0 54 C 78 4C 33
Octal 46 341 45 123 0 124 14 170 114 63
Binary 100110 11100001 100101 1010011 0 1010100 1100 1111000 1001100 110011

Color Harmonies of #26E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26E125

Black with #26E125

Text Example


Text Example

White with #26E125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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