Html Css Color HEX #74FF1B Lawn Green

📋 copy color: '#74FF1B'

red 116 ◦ green 255 ◦ blue 27

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

Shades of Lawn Green #74FF1B

Tints of Lawn Green #74FF1B

RGB

 RED value IS 116 (45.7% from 255) = 29.15%

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

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

R = 29.15%
G = 64.07%
B = 6.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#74FF1B (or 0x74FF1B) is known color: Lawn Green. HEX triplet: 74, FF and 1B. RGB value is (116,255,27). Sum of RGB (Red+Green+Blue) = 116+255+27=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FF1B is #8B00E4. Grayscale: #BCBCBC. Windows color (decimal): -9109733 or 1834868. OLE color: 1834868.

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

Color convert

RGB 116 255 27 -
CMYK 0.55 0 0.89 0
HSL 96.58º 1% 0.55% -
HSV(B) 96.58º 0.89% 1% -
XYZ 43.16 75.31 13.3 -
YUV 187.45 37.45 77.04 -
System Red Green Blue C M Y K H S L
Decimal 116 255 27 0.55 0 0.89 0 96.58 1 0.55
Hex 74 FF 1B 37 0 59 0 61 64 37
Octal 164 377 33 67 0 131 0 141 144 67
Binary 1110100 11111111 11011 110111 0 1011001 0 1100001 1100100 110111

Color Harmonies of #74FF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FF1B

Black with #74FF1B

Text Example


Text Example

White with #74FF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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