Html Css Color HEX #26DC2F Lime Green

📋 copy color: '#26DC2F'

red 38 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #26DC2F

Tints of Lime Green #26DC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 72.13%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 12.46%
G = 72.13%
B = 15.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#26DC2F (or 0x26DC2F) is known color: Lime Green. HEX triplet: 26, DC and 2F. RGB value is (38,220,47). Sum of RGB (Red+Green+Blue) = 38+220+47=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DC2F is #D923D0. Grayscale: #929292. Windows color (decimal): -14230481 or 3136550. OLE color: 3136550.

HSL color Cylindrical-coordinate representation of color #26DC2F: hue angle of 122.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DC2F is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 220 47 -
CMYK 0.83 0 0.79 0.14
HSL 122.97º 0.72% 0.51% -
HSV(B) 122.97º 0.83% 0.86% -
XYZ 26.91 51.8 11.27 -
YUV 145.86 72.2 51.07 -
System Red Green Blue C M Y K H S L
Decimal 38 220 47 0.83 0 0.79 0.14 122.97 0.72 0.51
Hex 26 DC 2F 53 0 4F E 7B 48 33
Octal 46 334 57 123 0 117 16 173 110 63
Binary 100110 11011100 101111 1010011 0 1001111 1110 1111011 1001000 110011

Color Harmonies of #26DC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DC2F

Black with #26DC2F

Text Example


Text Example

White with #26DC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,220,47); }

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

background-color css

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

 a { background-color: rgb(38,220,47); }

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

border-color css

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

 span { border-color: rgb(38,220,47); }

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