Html Css Color HEX #75FF1B Lawn Green

📋 copy color: '#75FF1B'

red 117 ◦ green 255 ◦ blue 27

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

Shades of Lawn Green #75FF1B

Tints of Lawn Green #75FF1B

RGB

 RED value IS 117 (46.09% from 255) = 29.32%

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

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

R = 29.32%
G = 63.91%
B = 6.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#75FF1B (or 0x75FF1B) is known color: Lawn Green. HEX triplet: 75, FF and 1B. RGB value is (117,255,27). Sum of RGB (Red+Green+Blue) = 117+255+27=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FF1B is #8A00E4. Grayscale: #BCBCBC. Windows color (decimal): -9044197 or 1834869. OLE color: 1834869.

HSL color Cylindrical-coordinate representation of color #75FF1B: hue angle of 96.32º 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 #75FF1B is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 27 -
CMYK 0.54 0 0.89 0
HSL 96.32º 1% 0.55% -
HSV(B) 96.32º 0.89% 1% -
XYZ 43.29 75.38 13.31 -
YUV 187.75 37.28 77.54 -
System Red Green Blue C M Y K H S L
Decimal 117 255 27 0.54 0 0.89 0 96.32 1 0.55
Hex 75 FF 1B 36 0 59 0 60 64 37
Octal 165 377 33 66 0 131 0 140 144 67
Binary 1110101 11111111 11011 110110 0 1011001 0 1100000 1100100 110111

Color Harmonies of #75FF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FF1B

Black with #75FF1B

Text Example


Text Example

White with #75FF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75FF1B; }

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

 H1.HeaderClassName
 {
   color: #75FF1B;
 }
 .AnyTagClassName
 {
   color: #75FF1B;
 }
</style>

background-color css

<style>
 a { background-color: #75FF1B; }

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

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

border-color css

<style>
 span { border-color: #75FF1B; }

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

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