Html Css Color HEX #26DC34 Lime Green

📋 copy color: '#26DC34'

red 38 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #26DC34

Tints of Lime Green #26DC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.97%

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

R = 12.26%
G = 70.97%
B = 16.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#26DC34 (or 0x26DC34) is known color: Lime Green. HEX triplet: 26, DC and 34. RGB value is (38,220,52). Sum of RGB (Red+Green+Blue) = 38+220+52=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DC34 is #D923CB. Grayscale: #929292. Windows color (decimal): -14230476 or 3464230. OLE color: 3464230.

HSL color Cylindrical-coordinate representation of color #26DC34: hue angle of 124.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DC34 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 220 52 -
CMYK 0.83 0 0.76 0.14
HSL 124.62º 0.72% 0.51% -
HSV(B) 124.62º 0.83% 0.86% -
XYZ 27.01 51.85 11.83 -
YUV 146.43 74.7 50.66 -
System Red Green Blue C M Y K H S L
Decimal 38 220 52 0.83 0 0.76 0.14 124.62 0.72 0.51
Hex 26 DC 34 53 0 4C E 7D 48 33
Octal 46 334 64 123 0 114 16 175 110 63
Binary 100110 11011100 110100 1010011 0 1001100 1110 1111101 1001000 110011

Color Harmonies of #26DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DC34

Black with #26DC34

Text Example


Text Example

White with #26DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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