Html Css Color HEX #74DB30 Yellow Green

📋 copy color: '#74DB30'

red 116 ◦ green 219 ◦ blue 48

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

Shades of Yellow Green #74DB30

Tints of Yellow Green #74DB30

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.18%

 BLUE value IS 48 (19.14% from 255) = 12.53%

R = 30.29%
G = 57.18%
B = 12.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#74DB30 (or 0x74DB30) is known color: Yellow Green. HEX triplet: 74, DB and 30. RGB value is (116,219,48). Sum of RGB (Red+Green+Blue) = 116+219+48=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DB30 is #8B24CF. Grayscale: #A9A9A9. Windows color (decimal): -9118928 or 3201908. OLE color: 3201908.

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

Color convert

RGB 116 219 48 -
CMYK 0.47 0 0.78 0.14
HSL 96.14º 0.7% 0.52% -
HSV(B) 96.14º 0.78% 0.86% -
XYZ 33.07 54.59 11.59 -
YUV 168.71 59.88 90.4 -
System Red Green Blue C M Y K H S L
Decimal 116 219 48 0.47 0 0.78 0.14 96.14 0.7 0.52
Hex 74 DB 30 2F 0 4E E 60 46 34
Octal 164 333 60 57 0 116 16 140 106 64
Binary 1110100 11011011 110000 101111 0 1001110 1110 1100000 1000110 110100

Color Harmonies of #74DB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DB30

Black with #74DB30

Text Example


Text Example

White with #74DB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,219,48); }

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

background-color css

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

 a { background-color: rgb(116,219,48); }

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

border-color css

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

 span { border-color: rgb(116,219,48); }

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