Html Css Color HEX #74CB14 Lima

📋 copy color: '#74CB14'

red 116 ◦ green 203 ◦ blue 20

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

Shades of Lima #74CB14

Tints of Lima #74CB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.88%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 34.22%
G = 59.88%
B = 5.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#74CB14 (or 0x74CB14) is known color: Lima. HEX triplet: 74, CB and 14. RGB value is (116,203,20). Sum of RGB (Red+Green+Blue) = 116+203+20=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CB14 is #8B34EB. Grayscale: #9C9C9C. Windows color (decimal): -9123052 or 1362804. OLE color: 1362804.

HSL color Cylindrical-coordinate representation of color #74CB14: hue angle of 88.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74CB14 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 20 -
CMYK 0.43 0 0.90 0.20
HSL 88.52º 0.82% 0.44% -
HSV(B) 88.52º 0.9% 0.8% -
XYZ 28.68 46.48 8.12 -
YUV 156.13 51.18 99.38 -
System Red Green Blue C M Y K H S L
Decimal 116 203 20 0.43 0 0.90 0.20 88.52 0.82 0.44
Hex 74 CB 14 2B 0 5A 14 59 52 2C
Octal 164 313 24 53 0 132 24 131 122 54
Binary 1110100 11001011 10100 101011 0 1011010 10100 1011001 1010010 101100

Color Harmonies of #74CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB14

Black with #74CB14

Text Example


Text Example

White with #74CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,203,20); }

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

background-color css

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

 a { background-color: rgb(116,203,20); }

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

border-color css

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

 span { border-color: rgb(116,203,20); }

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