Html Css Color HEX #26DE2B Lime Green

📋 copy color: '#26DE2B'

red 38 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #26DE2B

Tints of Lime Green #26DE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.27%

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 12.54%
G = 73.27%
B = 14.19%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#26DE2B (or 0x26DE2B) is known color: Lime Green. HEX triplet: 26, DE and 2B. RGB value is (38,222,43). Sum of RGB (Red+Green+Blue) = 38+222+43=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 222 (87.11% from 255 or 73.27% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 222 - color contains mainly: green. Hex color #26DE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DE2B is #D921D4. Grayscale: #939393. Windows color (decimal): -14229973 or 2874918. OLE color: 2874918.

HSL color Cylindrical-coordinate representation of color #26DE2B: hue angle of 121.63º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DE2B is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 222 43 -
CMYK 0.83 0 0.81 0.13
HSL 121.63º 0.74% 0.51% -
HSV(B) 121.63º 0.83% 0.87% -
XYZ 27.36 52.83 11.04 -
YUV 146.58 69.54 50.55 -
System Red Green Blue C M Y K H S L
Decimal 38 222 43 0.83 0 0.81 0.13 121.63 0.74 0.51
Hex 26 DE 2B 53 0 51 D 7A 4A 33
Octal 46 336 53 123 0 121 15 172 112 63
Binary 100110 11011110 101011 1010011 0 1010001 1101 1111010 1001010 110011

Color Harmonies of #26DE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DE2B

Black with #26DE2B

Text Example


Text Example

White with #26DE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,222,43); }

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

background-color css

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

 a { background-color: rgb(38,222,43); }

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

border-color css

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

 span { border-color: rgb(38,222,43); }

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