Html Css Color HEX #26CD0F Lime Green

📋 copy color: '#26CD0F'

red 38 ◦ green 205 ◦ blue 15

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

Shades of Lime Green #26CD0F

Tints of Lime Green #26CD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 14.73%
G = 79.46%
B = 5.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#26CD0F (or 0x26CD0F) is known color: Lime Green. HEX triplet: 26, CD and 0F. RGB value is (38,205,15). Sum of RGB (Red+Green+Blue) = 38+205+15=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 205 (80.47% from 255 or 79.46% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CD0F is #D932F0. Grayscale: #868686. Windows color (decimal): -14234353 or 1035558. OLE color: 1035558.

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

Color convert

RGB 38 205 15 -
CMYK 0.81 0 0.93 0.20
HSL 112.74º 0.86% 0.43% -
HSV(B) 112.74º 0.93% 0.8% -
XYZ 22.72 44.11 7.77 -
YUV 133.41 61.17 59.95 -
System Red Green Blue C M Y K H S L
Decimal 38 205 15 0.81 0 0.93 0.20 112.74 0.86 0.43
Hex 26 CD F 51 0 5D 14 71 56 2B
Octal 46 315 17 121 0 135 24 161 126 53
Binary 100110 11001101 1111 1010001 0 1011101 10100 1110001 1010110 101011

Color Harmonies of #26CD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CD0F

Black with #26CD0F

Text Example


Text Example

White with #26CD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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