Html Css Color HEX #26CA0D Lime Green

📋 copy color: '#26CA0D'

red 38 ◦ green 202 ◦ blue 13

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

Shades of Lime Green #26CA0D

Tints of Lime Green #26CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 79.84%

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 15.02%
G = 79.84%
B = 5.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#26CA0D (or 0x26CA0D) is known color: Lime Green. HEX triplet: 26, CA and 0D. RGB value is (38,202,13). Sum of RGB (Red+Green+Blue) = 38+202+13=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 202 (79.30% from 255 or 79.84% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CA0D is #D935F2. Grayscale: #848484. Windows color (decimal): -14235123 or 903718. OLE color: 903718.

HSL color Cylindrical-coordinate representation of color #26CA0D: hue angle of 112.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26CA0D is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 38 202 13 -
CMYK 0.81 0 0.94 0.21
HSL 112.06º 0.88% 0.42% -
HSV(B) 112.06º 0.94% 0.79% -
XYZ 21.99 42.68 7.46 -
YUV 131.42 61.17 61.37 -
System Red Green Blue C M Y K H S L
Decimal 38 202 13 0.81 0 0.94 0.21 112.06 0.88 0.42
Hex 26 CA D 51 0 5E 15 70 58 2A
Octal 46 312 15 121 0 136 25 160 130 52
Binary 100110 11001010 1101 1010001 0 1011110 10101 1110000 1011000 101010

Color Harmonies of #26CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CA0D

Black with #26CA0D

Text Example


Text Example

White with #26CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,202,13); }

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

background-color css

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

 a { background-color: rgb(38,202,13); }

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

border-color css

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

 span { border-color: rgb(38,202,13); }

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