Html Css Color HEX #7FFF1B Chartreuse

📋 copy color: '#7FFF1B'

red 127 ◦ green 255 ◦ blue 27

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

Shades of Chartreuse #7FFF1B

Tints of Chartreuse #7FFF1B

RGB

 RED value IS 127 (50% from 255) = 31.05%

 GREEN value IS 255 (100% from 255) = 62.35%

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

R = 31.05%
G = 62.35%
B = 6.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#7FFF1B (or 0x7FFF1B) is known color: Chartreuse. HEX triplet: 7F, FF and 1B. RGB value is (127,255,27). Sum of RGB (Red+Green+Blue) = 127+255+27=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFF1B is #8000E4. Grayscale: #BFBFBF. Windows color (decimal): -8388837 or 1834879. OLE color: 1834879.

HSL color Cylindrical-coordinate representation of color #7FFF1B: hue angle of 93.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FFF1B is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 127 255 27 -
CMYK 0.50 0 0.89 0
HSL 93.68º 1% 0.55% -
HSV(B) 93.68º 0.89% 1% -
XYZ 44.71 76.11 13.37 -
YUV 190.74 35.59 82.54 -
System Red Green Blue C M Y K H S L
Decimal 127 255 27 0.50 0 0.89 0 93.68 1 0.55
Hex 7F FF 1B 32 0 59 0 5E 64 37
Octal 177 377 33 62 0 131 0 136 144 67
Binary 1111111 11111111 11011 110010 0 1011001 0 1011110 1100100 110111

Color Harmonies of #7FFF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFF1B

Black with #7FFF1B

Text Example


Text Example

White with #7FFF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FFF1B; }

 p { color: rgb(127,255,27); }

 H1.HeaderClassName
 {
   color: #7FFF1B;
 }
 .AnyTagClassName
 {
   color: #7FFF1B;
 }
</style>

background-color css

<style>
 a { background-color: #7FFF1B; }

 a { background-color: rgb(127,255,27); }

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

border-color css

<style>
 span { border-color: #7FFF1B; }

 span { border-color: rgb(127,255,27); }

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