Html Css Color HEX #26C21B Lime Green

📋 copy color: '#26C21B'

red 38 ◦ green 194 ◦ blue 27

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

Shades of Lime Green #26C21B

Tints of Lime Green #26C21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.9%

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 14.67%
G = 74.9%
B = 10.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#26C21B (or 0x26C21B) is known color: Lime Green. HEX triplet: 26, C2 and 1B. RGB value is (38,194,27). Sum of RGB (Red+Green+Blue) = 38+194+27=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 194 (76.17% from 255 or 74.90% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 194 - color contains mainly: green. Hex color #26C21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C21B is #D93DE4. Grayscale: #808080. Windows color (decimal): -14237157 or 1819174. OLE color: 1819174.

HSL color Cylindrical-coordinate representation of color #26C21B: hue angle of 116.05º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26C21B is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 194 27 -
CMYK 0.80 0 0.86 0.24
HSL 116.05º 0.76% 0.43% -
HSV(B) 116.05º 0.86% 0.76% -
XYZ 20.29 39.07 7.51 -
YUV 128.32 70.82 63.58 -
System Red Green Blue C M Y K H S L
Decimal 38 194 27 0.80 0 0.86 0.24 116.05 0.76 0.43
Hex 26 C2 1B 50 0 56 18 74 4C 2B
Octal 46 302 33 120 0 126 30 164 114 53
Binary 100110 11000010 11011 1010000 0 1010110 11000 1110100 1001100 101011

Color Harmonies of #26C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C21B

Black with #26C21B

Text Example


Text Example

White with #26C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,194,27); }

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

background-color css

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

 a { background-color: rgb(38,194,27); }

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

border-color css

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

 span { border-color: rgb(38,194,27); }

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