Html Css Color HEX #26CF3F Lime Green

📋 copy color: '#26CF3F'

red 38 ◦ green 207 ◦ blue 63

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

Shades of Lime Green #26CF3F

Tints of Lime Green #26CF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 12.34%
G = 67.21%
B = 20.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#26CF3F (or 0x26CF3F) is known color: Lime Green. HEX triplet: 26, CF and 3F. RGB value is (38,207,63). Sum of RGB (Red+Green+Blue) = 38+207+63=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #26CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CF3F is #D930C0. Grayscale: #8C8C8C. Windows color (decimal): -14233793 or 4181798. OLE color: 4181798.

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

Color convert

RGB 38 207 63 -
CMYK 0.82 0 0.70 0.19
HSL 128.88º 0.69% 0.48% -
HSV(B) 128.88º 0.82% 0.81% -
XYZ 24.01 45.4 12.2 -
YUV 140.05 84.51 55.21 -
System Red Green Blue C M Y K H S L
Decimal 38 207 63 0.82 0 0.70 0.19 128.88 0.69 0.48
Hex 26 CF 3F 52 0 46 13 81 45 30
Octal 46 317 77 122 0 106 23 201 105 60
Binary 100110 11001111 111111 1010010 0 1000110 10011 10000001 1000101 110000

Color Harmonies of #26CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CF3F

Black with #26CF3F

Text Example


Text Example

White with #26CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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