Html Css Color HEX #26CA3A Lime Green

📋 copy color: '#26CA3A'

red 38 ◦ green 202 ◦ blue 58

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

Shades of Lime Green #26CA3A

Tints of Lime Green #26CA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 12.75%
G = 67.79%
B = 19.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#26CA3A (or 0x26CA3A) is known color: Lime Green. HEX triplet: 26, CA and 3A. RGB value is (38,202,58). Sum of RGB (Red+Green+Blue) = 38+202+58=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CA3A is #D935C5. Grayscale: #888888. Windows color (decimal): -14235078 or 3852838. OLE color: 3852838.

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

Color convert

RGB 38 202 58 -
CMYK 0.81 0 0.71 0.21
HSL 127.32º 0.68% 0.47% -
HSV(B) 127.32º 0.81% 0.79% -
XYZ 22.68 42.96 11.1 -
YUV 136.55 83.67 57.71 -
System Red Green Blue C M Y K H S L
Decimal 38 202 58 0.81 0 0.71 0.21 127.32 0.68 0.47
Hex 26 CA 3A 51 0 47 15 7F 44 2F
Octal 46 312 72 121 0 107 25 177 104 57
Binary 100110 11001010 111010 1010001 0 1000111 10101 1111111 1000100 101111

Color Harmonies of #26CA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CA3A

Black with #26CA3A

Text Example


Text Example

White with #26CA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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