Html Css Color HEX #26CD4A Lime Green

📋 copy color: '#26CD4A'

red 38 ◦ green 205 ◦ blue 74

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

Shades of Lime Green #26CD4A

Tints of Lime Green #26CD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 11.99%
G = 64.67%
B = 23.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#26CD4A (or 0x26CD4A) is known color: Lime Green. HEX triplet: 26, CD and 4A. RGB value is (38,205,74). Sum of RGB (Red+Green+Blue) = 38+205+74=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD4A is #D932B5. Grayscale: #8C8C8C. Windows color (decimal): -14234294 or 4902182. OLE color: 4902182.

HSL color Cylindrical-coordinate representation of color #26CD4A: hue angle of 132.93º 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 #26CD4A is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 205 74 -
CMYK 0.81 0 0.64 0.20
HSL 132.93º 0.69% 0.48% -
HSV(B) 132.93º 0.81% 0.8% -
XYZ 23.87 44.57 13.82 -
YUV 140.13 90.67 55.15 -
System Red Green Blue C M Y K H S L
Decimal 38 205 74 0.81 0 0.64 0.20 132.93 0.69 0.48
Hex 26 CD 4A 51 0 40 14 85 45 30
Octal 46 315 112 121 0 100 24 205 105 60
Binary 100110 11001101 1001010 1010001 0 1000000 10100 10000101 1000101 110000

Color Harmonies of #26CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CD4A

Black with #26CD4A

Text Example


Text Example

White with #26CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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