Html Css Color HEX #26D222 Lime Green

📋 copy color: '#26D222'

red 38 ◦ green 210 ◦ blue 34

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

Shades of Lime Green #26D222

Tints of Lime Green #26D222

RGB

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

 GREEN value IS 210 (82.42% from 255) = 74.47%

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 13.48%
G = 74.47%
B = 12.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#26D222 (or 0x26D222) is known color: Lime Green. HEX triplet: 26, D2 and 22. RGB value is (38,210,34). Sum of RGB (Red+Green+Blue) = 38+210+34=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #26D222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D222 is #D92DDD. Grayscale: #8B8B8B. Windows color (decimal): -14233054 or 2282022. OLE color: 2282022.

HSL color Cylindrical-coordinate representation of color #26D222: hue angle of 118.64º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26D222 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 210 34 -
CMYK 0.82 0 0.84 0.18
HSL 118.64º 0.72% 0.48% -
HSV(B) 118.64º 0.84% 0.82% -
XYZ 24.13 46.62 9.24 -
YUV 138.51 69.02 56.31 -
System Red Green Blue C M Y K H S L
Decimal 38 210 34 0.82 0 0.84 0.18 118.64 0.72 0.48
Hex 26 D2 22 52 0 54 12 77 48 30
Octal 46 322 42 122 0 124 22 167 110 60
Binary 100110 11010010 100010 1010010 0 1010100 10010 1110111 1001000 110000

Color Harmonies of #26D222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D222

Black with #26D222

Text Example


Text Example

White with #26D222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,210,34); }

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

background-color css

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

 a { background-color: rgb(38,210,34); }

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

border-color css

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

 span { border-color: rgb(38,210,34); }

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