Html Css Color HEX #74DC2B Yellow Green

📋 copy color: '#74DC2B'

red 116 ◦ green 220 ◦ blue 43

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

Shades of Yellow Green #74DC2B

Tints of Yellow Green #74DC2B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.05%

 BLUE value IS 43 (17.19% from 255) = 11.35%

R = 30.61%
G = 58.05%
B = 11.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#74DC2B (or 0x74DC2B) is known color: Yellow Green. HEX triplet: 74, DC and 2B. RGB value is (116,220,43). Sum of RGB (Red+Green+Blue) = 116+220+43=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC2B is #8B23D4. Grayscale: #A9A9A9. Windows color (decimal): -9118677 or 2874484. OLE color: 2874484.

HSL color Cylindrical-coordinate representation of color #74DC2B: hue angle of 95.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74DC2B is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 43 -
CMYK 0.47 0 0.80 0.14
HSL 95.25º 0.72% 0.52% -
HSV(B) 95.25º 0.8% 0.86% -
XYZ 33.23 55.07 11.16 -
YUV 168.73 57.04 90.39 -
System Red Green Blue C M Y K H S L
Decimal 116 220 43 0.47 0 0.80 0.14 95.25 0.72 0.52
Hex 74 DC 2B 2F 0 50 E 5F 48 34
Octal 164 334 53 57 0 120 16 137 110 64
Binary 1110100 11011100 101011 101111 0 1010000 1110 1011111 1001000 110100

Color Harmonies of #74DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC2B

Black with #74DC2B

Text Example


Text Example

White with #74DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,43); }

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

background-color css

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

 a { background-color: rgb(116,220,43); }

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

border-color css

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

 span { border-color: rgb(116,220,43); }

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