Html Css Color HEX #26C94A Lime Green

📋 copy color: '#26C94A'

red 38 ◦ green 201 ◦ blue 74

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

Shades of Lime Green #26C94A

Tints of Lime Green #26C94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.22%

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 12.14%
G = 64.22%
B = 23.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#26C94A (or 0x26C94A) is known color: Lime Green. HEX triplet: 26, C9 and 4A. RGB value is (38,201,74). Sum of RGB (Red+Green+Blue) = 38+201+74=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #26C94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C94A is #D936B5. Grayscale: #8A8A8A. Windows color (decimal): -14235318 or 4901158. OLE color: 4901158.

HSL color Cylindrical-coordinate representation of color #26C94A: hue angle of 133.25º 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 #26C94A is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 38 201 74 -
CMYK 0.81 0 0.63 0.21
HSL 133.25º 0.68% 0.47% -
HSV(B) 133.25º 0.81% 0.79% -
XYZ 22.92 42.68 13.51 -
YUV 137.79 92 56.83 -
System Red Green Blue C M Y K H S L
Decimal 38 201 74 0.81 0 0.63 0.21 133.25 0.68 0.47
Hex 26 C9 4A 51 0 3F 15 85 44 2F
Octal 46 311 112 121 0 77 25 205 104 57
Binary 100110 11001001 1001010 1010001 0 111111 10101 10000101 1000100 101111

Color Harmonies of #26C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C94A

Black with #26C94A

Text Example


Text Example

White with #26C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,201,74); }

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

background-color css

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

 a { background-color: rgb(38,201,74); }

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

border-color css

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

 span { border-color: rgb(38,201,74); }

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