Html Css Color HEX #74D71F Lima

📋 copy color: '#74D71F'

red 116 ◦ green 215 ◦ blue 31

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

Shades of Lima #74D71F

Tints of Lima #74D71F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.39%

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 32.04%
G = 59.39%
B = 8.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#74D71F (or 0x74D71F) is known color: Lima. HEX triplet: 74, D7 and 1F. RGB value is (116,215,31). Sum of RGB (Red+Green+Blue) = 116+215+31=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #74D71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D71F is #8B28E0. Grayscale: #A5A5A5. Windows color (decimal): -9119969 or 2086772. OLE color: 2086772.

HSL color Cylindrical-coordinate representation of color #74D71F: hue angle of 92.28º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74D71F is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 215 31 -
CMYK 0.46 0 0.86 0.16
HSL 92.28º 0.75% 0.48% -
HSV(B) 92.28º 0.86% 0.84% -
XYZ 31.75 52.41 9.74 -
YUV 164.42 52.7 93.46 -
System Red Green Blue C M Y K H S L
Decimal 116 215 31 0.46 0 0.86 0.16 92.28 0.75 0.48
Hex 74 D7 1F 2E 0 56 10 5C 4B 30
Octal 164 327 37 56 0 126 20 134 113 60
Binary 1110100 11010111 11111 101110 0 1010110 10000 1011100 1001011 110000

Color Harmonies of #74D71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D71F

Black with #74D71F

Text Example


Text Example

White with #74D71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,215,31); }

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

background-color css

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

 a { background-color: rgb(116,215,31); }

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

border-color css

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

 span { border-color: rgb(116,215,31); }

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