Html Css Color HEX #26CF31 Lime Green

📋 copy color: '#26CF31'

red 38 ◦ green 207 ◦ blue 49

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

Shades of Lime Green #26CF31

Tints of Lime Green #26CF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.41%

 BLUE value IS 49 (19.53% from 255) = 16.67%

R = 12.93%
G = 70.41%
B = 16.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#26CF31 (or 0x26CF31) is known color: Lime Green. HEX triplet: 26, CF and 31. RGB value is (38,207,49). Sum of RGB (Red+Green+Blue) = 38+207+49=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 207 (81.25% from 255 or 70.41% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 207 - color contains mainly: green. Hex color #26CF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CF31 is #D930CE. Grayscale: #8A8A8A. Windows color (decimal): -14233807 or 3264294. OLE color: 3264294.

HSL color Cylindrical-coordinate representation of color #26CF31: hue angle of 123.91º 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 #26CF31 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 207 49 -
CMYK 0.82 0 0.76 0.19
HSL 123.91º 0.69% 0.48% -
HSV(B) 123.91º 0.82% 0.81% -
XYZ 23.67 45.26 10.39 -
YUV 138.46 77.51 56.35 -
System Red Green Blue C M Y K H S L
Decimal 38 207 49 0.82 0 0.76 0.19 123.91 0.69 0.48
Hex 26 CF 31 52 0 4C 13 7C 45 30
Octal 46 317 61 122 0 114 23 174 105 60
Binary 100110 11001111 110001 1010010 0 1001100 10011 1111100 1000101 110000

Color Harmonies of #26CF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CF31

Black with #26CF31

Text Example


Text Example

White with #26CF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,207,49); }

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

background-color css

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

 a { background-color: rgb(38,207,49); }

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

border-color css

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

 span { border-color: rgb(38,207,49); }

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