Html Css Color HEX #26D834 Lime Green

📋 copy color: '#26D834'

red 38 ◦ green 216 ◦ blue 52

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

Shades of Lime Green #26D834

Tints of Lime Green #26D834

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.59%

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 12.42%
G = 70.59%
B = 16.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#26D834 (or 0x26D834) is known color: Lime Green. HEX triplet: 26, D8 and 34. RGB value is (38,216,52). Sum of RGB (Red+Green+Blue) = 38+216+52=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #26D834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D834 is #D927CB. Grayscale: #909090. Windows color (decimal): -14231500 or 3463206. OLE color: 3463206.

HSL color Cylindrical-coordinate representation of color #26D834: hue angle of 124.72º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D834 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 216 52 -
CMYK 0.82 0 0.76 0.15
HSL 124.72º 0.7% 0.5% -
HSV(B) 124.72º 0.82% 0.85% -
XYZ 25.98 49.77 11.49 -
YUV 144.08 76.03 52.34 -
System Red Green Blue C M Y K H S L
Decimal 38 216 52 0.82 0 0.76 0.15 124.72 0.7 0.5
Hex 26 D8 34 52 0 4C F 7D 46 32
Octal 46 330 64 122 0 114 17 175 106 62
Binary 100110 11011000 110100 1010010 0 1001100 1111 1111101 1000110 110010

Color Harmonies of #26D834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D834

Black with #26D834

Text Example


Text Example

White with #26D834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,216,52); }

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

background-color css

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

 a { background-color: rgb(38,216,52); }

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

border-color css

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

 span { border-color: rgb(38,216,52); }

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