Html Css Color HEX #26D625 Lime Green

📋 copy color: '#26D625'

red 38 ◦ green 214 ◦ blue 37

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

Shades of Lime Green #26D625

Tints of Lime Green #26D625

RGB

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

 GREEN value IS 214 (83.98% from 255) = 74.05%

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

R = 13.15%
G = 74.05%
B = 12.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#26D625 (or 0x26D625) is known color: Lime Green. HEX triplet: 26, D6 and 25. RGB value is (38,214,37). Sum of RGB (Red+Green+Blue) = 38+214+37=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #26D625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D625 is #D929DA. Grayscale: #8D8D8D. Windows color (decimal): -14232027 or 2479654. OLE color: 2479654.

HSL color Cylindrical-coordinate representation of color #26D625: hue angle of 119.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26D625 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 214 37 -
CMYK 0.82 0 0.83 0.16
HSL 119.66º 0.71% 0.49% -
HSV(B) 119.66º 0.83% 0.84% -
XYZ 25.18 48.64 9.81 -
YUV 141.2 69.19 54.39 -
System Red Green Blue C M Y K H S L
Decimal 38 214 37 0.82 0 0.83 0.16 119.66 0.71 0.49
Hex 26 D6 25 52 0 53 10 78 47 31
Octal 46 326 45 122 0 123 20 170 107 61
Binary 100110 11010110 100101 1010010 0 1010011 10000 1111000 1000111 110001

Color Harmonies of #26D625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D625

Black with #26D625

Text Example


Text Example

White with #26D625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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