Html Css Color HEX #52FA40 Screamin' Green

📋 copy color: '#52FA40'

red 82 ◦ green 250 ◦ blue 64

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

Shades of Screamin' Green #52FA40

Tints of Screamin' Green #52FA40

RGB

 RED value IS 82 (32.42% from 255) = 20.71%

 GREEN value IS 250 (98.05% from 255) = 63.13%

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 20.71%
G = 63.13%
B = 16.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#52FA40 (or 0x52FA40) is known color: Screamin' Green. HEX triplet: 52, FA and 40. RGB value is (82,250,64). Sum of RGB (Red+Green+Blue) = 82+250+64=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA40 is #AD05BF. Grayscale: #B3B3B3. Windows color (decimal): -11339200 or 4258386. OLE color: 4258386.

HSL color Cylindrical-coordinate representation of color #52FA40: hue angle of 114.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52FA40 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 64 -
CMYK 0.67 0 0.74 0.02
HSL 114.19º 0.95% 0.62% -
HSV(B) 114.19º 0.74% 0.98% -
XYZ 38.59 70.54 16.43 -
YUV 178.56 63.34 59.12 -
System Red Green Blue C M Y K H S L
Decimal 82 250 64 0.67 0 0.74 0.02 114.19 0.95 0.62
Hex 52 FA 40 43 0 4A 2 72 5F 3E
Octal 122 372 100 103 0 112 2 162 137 76
Binary 1010010 11111010 1000000 1000011 0 1001010 10 1110010 1011111 111110

Color Harmonies of #52FA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FA40

Black with #52FA40

Text Example


Text Example

White with #52FA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52FA40; }

 p { color: rgb(82,250,64); }

 H1.HeaderClassName
 {
   color: #52FA40;
 }
 .AnyTagClassName
 {
   color: #52FA40;
 }
</style>

background-color css

<style>
 a { background-color: #52FA40; }

 a { background-color: rgb(82,250,64); }

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

border-color css

<style>
 span { border-color: #52FA40; }

 span { border-color: rgb(82,250,64); }

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