Html Css Color HEX #26C31E Lime Green

📋 copy color: '#26C31E'

red 38 ◦ green 195 ◦ blue 30

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

Shades of Lime Green #26C31E

Tints of Lime Green #26C31E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 74.14%

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 14.45%
G = 74.14%
B = 11.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#26C31E (or 0x26C31E) is known color: Lime Green. HEX triplet: 26, C3 and 1E. RGB value is (38,195,30). Sum of RGB (Red+Green+Blue) = 38+195+30=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #26C31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C31E is #D93CE1. Grayscale: #818181. Windows color (decimal): -14236898 or 2016038. OLE color: 2016038.

HSL color Cylindrical-coordinate representation of color #26C31E: hue angle of 117.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26C31E is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 195 30 -
CMYK 0.81 0 0.85 0.24
HSL 117.09º 0.73% 0.44% -
HSV(B) 117.09º 0.85% 0.76% -
XYZ 20.55 39.54 7.78 -
YUV 129.25 71.99 62.92 -
System Red Green Blue C M Y K H S L
Decimal 38 195 30 0.81 0 0.85 0.24 117.09 0.73 0.44
Hex 26 C3 1E 51 0 55 18 75 49 2C
Octal 46 303 36 121 0 125 30 165 111 54
Binary 100110 11000011 11110 1010001 0 1010101 11000 1110101 1001001 101100

Color Harmonies of #26C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C31E

Black with #26C31E

Text Example


Text Example

White with #26C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,195,30); }

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

background-color css

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

 a { background-color: rgb(38,195,30); }

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

border-color css

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

 span { border-color: rgb(38,195,30); }

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