Html Css Color HEX #26CD20 Lime Green

📋 copy color: '#26CD20'

red 38 ◦ green 205 ◦ blue 32

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

Shades of Lime Green #26CD20

Tints of Lime Green #26CD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 74.55%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 13.82%
G = 74.55%
B = 11.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#26CD20 (or 0x26CD20) is known color: Lime Green. HEX triplet: 26, CD and 20. RGB value is (38,205,32). Sum of RGB (Red+Green+Blue) = 38+205+32=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 205 (80.47% from 255 or 74.55% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD20 is #D932DF. Grayscale: #878787. Windows color (decimal): -14234336 or 2149670. OLE color: 2149670.

HSL color Cylindrical-coordinate representation of color #26CD20: hue angle of 117.92º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26CD20 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 205 32 -
CMYK 0.81 0 0.84 0.20
HSL 117.92º 0.73% 0.46% -
HSV(B) 117.92º 0.84% 0.8% -
XYZ 22.89 44.18 8.69 -
YUV 135.35 69.67 58.57 -
System Red Green Blue C M Y K H S L
Decimal 38 205 32 0.81 0 0.84 0.20 117.92 0.73 0.46
Hex 26 CD 20 51 0 54 14 76 49 2E
Octal 46 315 40 121 0 124 24 166 111 56
Binary 100110 11001101 100000 1010001 0 1010100 10100 1110110 1001001 101110

Color Harmonies of #26CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CD20

Black with #26CD20

Text Example


Text Example

White with #26CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,205,32); }

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

background-color css

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

 a { background-color: rgb(38,205,32); }

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

border-color css

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

 span { border-color: rgb(38,205,32); }

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