Html Css Color HEX #26BF1E Lime Green

📋 copy color: '#26BF1E'

red 38 ◦ green 191 ◦ blue 30

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

Shades of Lime Green #26BF1E

Tints of Lime Green #26BF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 73.75%

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

R = 14.67%
G = 73.75%
B = 11.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#26BF1E (or 0x26BF1E) is known color: Lime Green. HEX triplet: 26, BF and 1E. RGB value is (38,191,30). Sum of RGB (Red+Green+Blue) = 38+191+30=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 191 (75% from 255 or 73.75% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF1E is #D940E1. Grayscale: #7F7F7F. Windows color (decimal): -14237922 or 2015014. OLE color: 2015014.

HSL color Cylindrical-coordinate representation of color #26BF1E: hue angle of 117.02º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26BF1E is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 191 30 -
CMYK 0.80 0 0.84 0.25
HSL 117.02º 0.73% 0.43% -
HSV(B) 117.02º 0.84% 0.75% -
XYZ 19.66 37.77 7.48 -
YUV 126.9 73.31 64.59 -
System Red Green Blue C M Y K H S L
Decimal 38 191 30 0.80 0 0.84 0.25 117.02 0.73 0.43
Hex 26 BF 1E 50 0 54 19 75 49 2B
Octal 46 277 36 120 0 124 31 165 111 53
Binary 100110 10111111 11110 1010000 0 1010100 11001 1110101 1001001 101011

Color Harmonies of #26BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BF1E

Black with #26BF1E

Text Example


Text Example

White with #26BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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