Html Css Color HEX #26BF29 Lime Green

📋 copy color: '#26BF29'

red 38 ◦ green 191 ◦ blue 41

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

Shades of Lime Green #26BF29

Tints of Lime Green #26BF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 14.07%
G = 70.74%
B = 15.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#26BF29 (or 0x26BF29) is known color: Lime Green. HEX triplet: 26, BF and 29. RGB value is (38,191,41). Sum of RGB (Red+Green+Blue) = 38+191+41=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF29 is #D940D6. Grayscale: #808080. Windows color (decimal): -14237911 or 2735910. OLE color: 2735910.

HSL color Cylindrical-coordinate representation of color #26BF29: hue angle of 121.18º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BF29 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 191 41 -
CMYK 0.80 0 0.79 0.25
HSL 121.18º 0.67% 0.45% -
HSV(B) 121.18º 0.8% 0.75% -
XYZ 19.83 37.83 8.36 -
YUV 128.15 78.81 63.7 -
System Red Green Blue C M Y K H S L
Decimal 38 191 41 0.80 0 0.79 0.25 121.18 0.67 0.45
Hex 26 BF 29 50 0 4F 19 79 43 2D
Octal 46 277 51 120 0 117 31 171 103 55
Binary 100110 10111111 101001 1010000 0 1001111 11001 1111001 1000011 101101

Color Harmonies of #26BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BF29

Black with #26BF29

Text Example


Text Example

White with #26BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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