Html Css Color HEX #26CA0F Lime Green

📋 copy color: '#26CA0F'

red 38 ◦ green 202 ◦ blue 15

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

Shades of Lime Green #26CA0F

Tints of Lime Green #26CA0F

RGB

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

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

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

R = 14.9%
G = 79.22%
B = 5.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#26CA0F (or 0x26CA0F) is known color: Lime Green. HEX triplet: 26, CA and 0F. RGB value is (38,202,15). Sum of RGB (Red+Green+Blue) = 38+202+15=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CA0F is #D935F0. Grayscale: #848484. Windows color (decimal): -14235121 or 1034790. OLE color: 1034790.

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

Color convert

RGB 38 202 15 -
CMYK 0.81 0 0.93 0.21
HSL 112.62º 0.86% 0.43% -
HSV(B) 112.62º 0.93% 0.79% -
XYZ 22.01 42.69 7.53 -
YUV 131.65 62.17 61.21 -
System Red Green Blue C M Y K H S L
Decimal 38 202 15 0.81 0 0.93 0.21 112.62 0.86 0.43
Hex 26 CA F 51 0 5D 15 71 56 2B
Octal 46 312 17 121 0 135 25 161 126 53
Binary 100110 11001010 1111 1010001 0 1011101 10101 1110001 1010110 101011

Color Harmonies of #26CA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CA0F

Black with #26CA0F

Text Example


Text Example

White with #26CA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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