Html Css Color HEX #26C23D Lime Green

📋 copy color: '#26C23D'

red 38 ◦ green 194 ◦ blue 61

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

Shades of Lime Green #26C23D

Tints of Lime Green #26C23D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.21%

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 12.97%
G = 66.21%
B = 20.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#26C23D (or 0x26C23D) is known color: Lime Green. HEX triplet: 26, C2 and 3D. RGB value is (38,194,61). Sum of RGB (Red+Green+Blue) = 38+194+61=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #26C23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C23D is #D93DC2. Grayscale: #848484. Windows color (decimal): -14237123 or 4047398. OLE color: 4047398.

HSL color Cylindrical-coordinate representation of color #26C23D: hue angle of 128.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C23D is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 194 61 -
CMYK 0.80 0 0.69 0.24
HSL 128.85º 0.67% 0.45% -
HSV(B) 128.85º 0.8% 0.76% -
XYZ 20.93 39.33 10.9 -
YUV 132.19 87.82 60.81 -
System Red Green Blue C M Y K H S L
Decimal 38 194 61 0.80 0 0.69 0.24 128.85 0.67 0.45
Hex 26 C2 3D 50 0 45 18 81 43 2D
Octal 46 302 75 120 0 105 30 201 103 55
Binary 100110 11000010 111101 1010000 0 1000101 11000 10000001 1000011 101101

Color Harmonies of #26C23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C23D

Black with #26C23D

Text Example


Text Example

White with #26C23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,194,61); }

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

background-color css

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

 a { background-color: rgb(38,194,61); }

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

border-color css

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

 span { border-color: rgb(38,194,61); }

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