Html Css Color HEX #26D61B Lime Green

📋 copy color: '#26D61B'

red 38 ◦ green 214 ◦ blue 27

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

Shades of Lime Green #26D61B

Tints of Lime Green #26D61B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 76.7%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 13.62%
G = 76.7%
B = 9.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#26D61B (or 0x26D61B) is known color: Lime Green. HEX triplet: 26, D6 and 1B. RGB value is (38,214,27). Sum of RGB (Red+Green+Blue) = 38+214+27=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 214 (83.98% from 255 or 76.70% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 214 - color contains mainly: green. Hex color #26D61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D61B is #D929E4. Grayscale: #8C8C8C. Windows color (decimal): -14232037 or 1824294. OLE color: 1824294.

HSL color Cylindrical-coordinate representation of color #26D61B: hue angle of 116.47º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26D61B is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 214 27 -
CMYK 0.82 0 0.87 0.16
HSL 116.47º 0.78% 0.47% -
HSV(B) 116.47º 0.87% 0.84% -
XYZ 25.04 48.58 9.09 -
YUV 140.06 64.19 55.21 -
System Red Green Blue C M Y K H S L
Decimal 38 214 27 0.82 0 0.87 0.16 116.47 0.78 0.47
Hex 26 D6 1B 52 0 57 10 74 4E 2F
Octal 46 326 33 122 0 127 20 164 116 57
Binary 100110 11010110 11011 1010010 0 1010111 10000 1110100 1001110 101111

Color Harmonies of #26D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D61B

Black with #26D61B

Text Example


Text Example

White with #26D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,214,27); }

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

background-color css

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

 a { background-color: rgb(38,214,27); }

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

border-color css

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

 span { border-color: rgb(38,214,27); }

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