Html Css Color HEX #74FD30 Bright Green

📋 copy color: '#74FD30'

red 116 ◦ green 253 ◦ blue 48

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

Shades of Bright Green #74FD30

Tints of Bright Green #74FD30

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.67%

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

R = 27.82%
G = 60.67%
B = 11.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#74FD30 (or 0x74FD30) is known color: Bright Green. HEX triplet: 74, FD and 30. RGB value is (116,253,48). Sum of RGB (Red+Green+Blue) = 116+253+48=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FD30 is #8B02CF. Grayscale: #BDBDBD. Windows color (decimal): -9110224 or 3210612. OLE color: 3210612.

HSL color Cylindrical-coordinate representation of color #74FD30: hue angle of 100.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74FD30 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 253 48 -
CMYK 0.54 0 0.81 0.01
HSL 100.1º 0.98% 0.59% -
HSV(B) 100.1º 0.81% 0.99% -
XYZ 42.86 74.18 14.85 -
YUV 188.67 48.61 76.17 -
System Red Green Blue C M Y K H S L
Decimal 116 253 48 0.54 0 0.81 0.01 100.1 0.98 0.59
Hex 74 FD 30 36 0 51 1 64 62 3B
Octal 164 375 60 66 0 121 1 144 142 73
Binary 1110100 11111101 110000 110110 0 1010001 1 1100100 1100010 111011

Color Harmonies of #74FD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FD30

Black with #74FD30

Text Example


Text Example

White with #74FD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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