Html Css Color HEX #26CE2D Lime Green

📋 copy color: '#26CE2D'

red 38 ◦ green 206 ◦ blue 45

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

Shades of Lime Green #26CE2D

Tints of Lime Green #26CE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 71.28%

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

R = 13.15%
G = 71.28%
B = 15.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#26CE2D (or 0x26CE2D) is known color: Lime Green. HEX triplet: 26, CE and 2D. RGB value is (38,206,45). Sum of RGB (Red+Green+Blue) = 38+206+45=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE2D is #D931D2. Grayscale: #898989. Windows color (decimal): -14234067 or 3001894. OLE color: 3001894.

HSL color Cylindrical-coordinate representation of color #26CE2D: hue angle of 122.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CE2D is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 206 45 -
CMYK 0.82 0 0.78 0.19
HSL 122.5º 0.69% 0.48% -
HSV(B) 122.5º 0.82% 0.81% -
XYZ 23.34 44.74 9.89 -
YUV 137.41 75.84 57.09 -
System Red Green Blue C M Y K H S L
Decimal 38 206 45 0.82 0 0.78 0.19 122.5 0.69 0.48
Hex 26 CE 2D 52 0 4E 13 7B 45 30
Octal 46 316 55 122 0 116 23 173 105 60
Binary 100110 11001110 101101 1010010 0 1001110 10011 1111011 1000101 110000

Color Harmonies of #26CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CE2D

Black with #26CE2D

Text Example


Text Example

White with #26CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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