Html Css Color HEX #74CC1D Lima

📋 copy color: '#74CC1D'

red 116 ◦ green 204 ◦ blue 29

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

Shades of Lima #74CC1D

Tints of Lima #74CC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.45%

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 33.24%
G = 58.45%
B = 8.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#74CC1D (or 0x74CC1D) is known color: Lima. HEX triplet: 74, CC and 1D. RGB value is (116,204,29). Sum of RGB (Red+Green+Blue) = 116+204+29=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC1D is #8B33E2. Grayscale: #9E9E9E. Windows color (decimal): -9122787 or 1952884. OLE color: 1952884.

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

Color convert

RGB 116 204 29 -
CMYK 0.43 0 0.86 0.2
HSL 90.17º 0.75% 0.46% -
HSV(B) 90.17º 0.86% 0.8% -
XYZ 29.02 46.99 8.7 -
YUV 157.74 55.35 98.23 -
System Red Green Blue C M Y K H S L
Decimal 116 204 29 0.43 0 0.86 0.2 90.17 0.75 0.46
Hex 74 CC 1D 2B 0 56 14 5A 4B 2E
Octal 164 314 35 53 0 126 24 132 113 56
Binary 1110100 11001100 11101 101011 0 1010110 10100 1011010 1001011 101110

Color Harmonies of #74CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC1D

Black with #74CC1D

Text Example


Text Example

White with #74CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,204,29); }

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

background-color css

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

 a { background-color: rgb(116,204,29); }

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

border-color css

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

 span { border-color: rgb(116,204,29); }

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