Html Css Color HEX #26CB40 Lime Green

📋 copy color: '#26CB40'

red 38 ◦ green 203 ◦ blue 64

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

Shades of Lime Green #26CB40

Tints of Lime Green #26CB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 12.46%
G = 66.56%
B = 20.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#26CB40 (or 0x26CB40) is known color: Lime Green. HEX triplet: 26, CB and 40. RGB value is (38,203,64). Sum of RGB (Red+Green+Blue) = 38+203+64=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CB40 is #D934BF. Grayscale: #8A8A8A. Windows color (decimal): -14234816 or 4246310. OLE color: 4246310.

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

Color convert

RGB 38 203 64 -
CMYK 0.81 0 0.68 0.20
HSL 129.45º 0.68% 0.47% -
HSV(B) 129.45º 0.81% 0.8% -
XYZ 23.08 43.49 12.03 -
YUV 137.82 86.34 56.8 -
System Red Green Blue C M Y K H S L
Decimal 38 203 64 0.81 0 0.68 0.20 129.45 0.68 0.47
Hex 26 CB 40 51 0 44 14 81 44 2F
Octal 46 313 100 121 0 104 24 201 104 57
Binary 100110 11001011 1000000 1010001 0 1000100 10100 10000001 1000100 101111

Color Harmonies of #26CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CB40

Black with #26CB40

Text Example


Text Example

White with #26CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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