Html Css Color HEX #74C41B Lima

📋 copy color: '#74C41B'

red 116 ◦ green 196 ◦ blue 27

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

Shades of Lima #74C41B

Tints of Lima #74C41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.82%

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

R = 34.22%
G = 57.82%
B = 7.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#74C41B (or 0x74C41B) is known color: Lima. HEX triplet: 74, C4 and 1B. RGB value is (116,196,27). Sum of RGB (Red+Green+Blue) = 116+196+27=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #74C41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C41B is #8B3BE4. Grayscale: #999999. Windows color (decimal): -9124837 or 1819764. OLE color: 1819764.

HSL color Cylindrical-coordinate representation of color #74C41B: hue angle of 88.4º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74C41B is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 196 27 -
CMYK 0.41 0 0.86 0.23
HSL 88.4º 0.76% 0.44% -
HSV(B) 88.4º 0.86% 0.77% -
XYZ 27.14 43.27 7.96 -
YUV 152.81 57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 116 196 27 0.41 0 0.86 0.23 88.4 0.76 0.44
Hex 74 C4 1B 29 0 56 17 58 4C 2C
Octal 164 304 33 51 0 126 27 130 114 54
Binary 1110100 11000100 11011 101001 0 1010110 10111 1011000 1001100 101100

Color Harmonies of #74C41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C41B

Black with #74C41B

Text Example


Text Example

White with #74C41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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