Html Css Color HEX #26AF25 Lime Green

📋 copy color: '#26AF25'

red 38 ◦ green 175 ◦ blue 37

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

Shades of Lime Green #26AF25

Tints of Lime Green #26AF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 70%

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

R = 15.2%
G = 70%
B = 14.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#26AF25 (or 0x26AF25) is known color: Lime Green. HEX triplet: 26, AF and 25. RGB value is (38,175,37). Sum of RGB (Red+Green+Blue) = 38+175+37=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #26AF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AF25 is #D950DA. Grayscale: #767676. Windows color (decimal): -14242011 or 2469670. OLE color: 2469670.

HSL color Cylindrical-coordinate representation of color #26AF25: hue angle of 119.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26AF25 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 38 175 37 -
CMYK 0.78 0 0.79 0.31
HSL 119.57º 0.65% 0.42% -
HSV(B) 119.57º 0.79% 0.69% -
XYZ 16.46 31.21 6.91 -
YUV 118.31 82.11 70.72 -
System Red Green Blue C M Y K H S L
Decimal 38 175 37 0.78 0 0.79 0.31 119.57 0.65 0.42
Hex 26 AF 25 4E 0 4F 1F 78 41 2A
Octal 46 257 45 116 0 117 37 170 101 52
Binary 100110 10101111 100101 1001110 0 1001111 11111 1111000 1000001 101010

Color Harmonies of #26AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26AF25

Black with #26AF25

Text Example


Text Example

White with #26AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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