Html Css Color HEX #26CD28 Lime Green

📋 copy color: '#26CD28'

red 38 ◦ green 205 ◦ blue 40

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

Shades of Lime Green #26CD28

Tints of Lime Green #26CD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 13.43%
G = 72.44%
B = 14.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#26CD28 (or 0x26CD28) is known color: Lime Green. HEX triplet: 26, CD and 28. RGB value is (38,205,40). Sum of RGB (Red+Green+Blue) = 38+205+40=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 205 (80.47% from 255 or 72.44% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD28 is #D932D7. Grayscale: #888888. Windows color (decimal): -14234328 or 2673958. OLE color: 2673958.

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

Color convert

RGB 38 205 40 -
CMYK 0.81 0 0.80 0.20
HSL 120.72º 0.69% 0.48% -
HSV(B) 120.72º 0.81% 0.8% -
XYZ 23.01 44.23 9.33 -
YUV 136.26 73.67 57.92 -
System Red Green Blue C M Y K H S L
Decimal 38 205 40 0.81 0 0.80 0.20 120.72 0.69 0.48
Hex 26 CD 28 51 0 50 14 79 45 30
Octal 46 315 50 121 0 120 24 171 105 60
Binary 100110 11001101 101000 1010001 0 1010000 10100 1111001 1000101 110000

Color Harmonies of #26CD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CD28

Black with #26CD28

Text Example


Text Example

White with #26CD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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