Html Css Color HEX #26CD1A Lime Green

📋 copy color: '#26CD1A'

red 38 ◦ green 205 ◦ blue 26

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

Shades of Lime Green #26CD1A

Tints of Lime Green #26CD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 14.13%
G = 76.21%
B = 9.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#26CD1A (or 0x26CD1A) is known color: Lime Green. HEX triplet: 26, CD and 1A. RGB value is (38,205,26). Sum of RGB (Red+Green+Blue) = 38+205+26=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD1A is #D932E5. Grayscale: #878787. Windows color (decimal): -14234342 or 1756454. OLE color: 1756454.

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

Color convert

RGB 38 205 26 -
CMYK 0.81 0 0.87 0.20
HSL 115.98º 0.77% 0.45% -
HSV(B) 115.98º 0.87% 0.8% -
XYZ 22.82 44.15 8.3 -
YUV 134.66 66.67 59.05 -
System Red Green Blue C M Y K H S L
Decimal 38 205 26 0.81 0 0.87 0.20 115.98 0.77 0.45
Hex 26 CD 1A 51 0 57 14 74 4D 2D
Octal 46 315 32 121 0 127 24 164 115 55
Binary 100110 11001101 11010 1010001 0 1010111 10100 1110100 1001101 101101

Color Harmonies of #26CD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CD1A

Black with #26CD1A

Text Example


Text Example

White with #26CD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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