Html Css Color HEX #26C32D Lime Green

📋 copy color: '#26C32D'

red 38 ◦ green 195 ◦ blue 45

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

Shades of Lime Green #26C32D

Tints of Lime Green #26C32D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.14%

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 13.67%
G = 70.14%
B = 16.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#26C32D (or 0x26C32D) is known color: Lime Green. HEX triplet: 26, C3 and 2D. RGB value is (38,195,45). Sum of RGB (Red+Green+Blue) = 38+195+45=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #26C32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C32D is #D93CD2. Grayscale: #838383. Windows color (decimal): -14236883 or 2999078. OLE color: 2999078.

HSL color Cylindrical-coordinate representation of color #26C32D: hue angle of 122.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C32D is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 195 45 -
CMYK 0.81 0 0.77 0.24
HSL 122.68º 0.67% 0.46% -
HSV(B) 122.68º 0.81% 0.76% -
XYZ 20.79 39.63 9.04 -
YUV 130.96 79.49 61.7 -
System Red Green Blue C M Y K H S L
Decimal 38 195 45 0.81 0 0.77 0.24 122.68 0.67 0.46
Hex 26 C3 2D 51 0 4D 18 7B 43 2E
Octal 46 303 55 121 0 115 30 173 103 56
Binary 100110 11000011 101101 1010001 0 1001101 11000 1111011 1000011 101110

Color Harmonies of #26C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C32D

Black with #26C32D

Text Example


Text Example

White with #26C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,195,45); }

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

background-color css

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

 a { background-color: rgb(38,195,45); }

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

border-color css

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

 span { border-color: rgb(38,195,45); }

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