Html Css Color HEX #74CD2A Lima

📋 copy color: '#74CD2A'

red 116 ◦ green 205 ◦ blue 42

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

Shades of Lima #74CD2A

Tints of Lima #74CD2A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.47%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 31.96%
G = 56.47%
B = 11.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#74CD2A (or 0x74CD2A) is known color: Lima. HEX triplet: 74, CD and 2A. RGB value is (116,205,42). Sum of RGB (Red+Green+Blue) = 116+205+42=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD2A is #8B32D5. Grayscale: #A0A0A0. Windows color (decimal): -9122518 or 2805108. OLE color: 2805108.

HSL color Cylindrical-coordinate representation of color #74CD2A: hue angle of 92.76º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74CD2A is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 205 42 -
CMYK 0.43 0 0.80 0.20
HSL 92.76º 0.66% 0.48% -
HSV(B) 92.76º 0.8% 0.8% -
XYZ 29.45 47.54 9.81 -
YUV 159.81 61.51 96.75 -
System Red Green Blue C M Y K H S L
Decimal 116 205 42 0.43 0 0.80 0.20 92.76 0.66 0.48
Hex 74 CD 2A 2B 0 50 14 5D 42 30
Octal 164 315 52 53 0 120 24 135 102 60
Binary 1110100 11001101 101010 101011 0 1010000 10100 1011101 1000010 110000

Color Harmonies of #74CD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD2A

Black with #74CD2A

Text Example


Text Example

White with #74CD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,42); }

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

background-color css

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

 a { background-color: rgb(116,205,42); }

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

border-color css

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

 span { border-color: rgb(116,205,42); }

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