Html Css Color HEX #26CB0C Lime Green

📋 copy color: '#26CB0C'

red 38 ◦ green 203 ◦ blue 12

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

Shades of Lime Green #26CB0C

Tints of Lime Green #26CB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 80.24%

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 15.02%
G = 80.24%
B = 4.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#26CB0C (or 0x26CB0C) is known color: Lime Green. HEX triplet: 26, CB and 0C. RGB value is (38,203,12). Sum of RGB (Red+Green+Blue) = 38+203+12=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 203 (79.69% from 255 or 80.24% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CB0C is #D934F3. Grayscale: #848484. Windows color (decimal): -14234868 or 838438. OLE color: 838438.

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

Color convert

RGB 38 203 12 -
CMYK 0.81 0 0.94 0.20
HSL 111.83º 0.89% 0.42% -
HSV(B) 111.83º 0.94% 0.8% -
XYZ 22.22 43.15 7.51 -
YUV 131.89 60.34 61.03 -
System Red Green Blue C M Y K H S L
Decimal 38 203 12 0.81 0 0.94 0.20 111.83 0.89 0.42
Hex 26 CB C 51 0 5E 14 70 59 2A
Octal 46 313 14 121 0 136 24 160 131 52
Binary 100110 11001011 1100 1010001 0 1011110 10100 1110000 1011001 101010

Color Harmonies of #26CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CB0C

Black with #26CB0C

Text Example


Text Example

White with #26CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,203,12); }

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

background-color css

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

 a { background-color: rgb(38,203,12); }

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

border-color css

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

 span { border-color: rgb(38,203,12); }

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