Html Css Color HEX #52F241 Screamin' Green

📋 copy color: '#52F241'

red 82 ◦ green 242 ◦ blue 65

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

Shades of Screamin' Green #52F241

Tints of Screamin' Green #52F241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 62.21%

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 21.08%
G = 62.21%
B = 16.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#52F241 (or 0x52F241) is known color: Screamin' Green. HEX triplet: 52, F2 and 41. RGB value is (82,242,65). Sum of RGB (Red+Green+Blue) = 82+242+65=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 242 (94.92% from 255 or 62.21% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 242 - color contains mainly: green. Hex color #52F241 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F241 is #AD0DBE. Grayscale: #AEAEAE. Windows color (decimal): -11341247 or 4321874. OLE color: 4321874.

HSL color Cylindrical-coordinate representation of color #52F241: hue angle of 114.24º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52F241 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 65 -
CMYK 0.66 0 0.73 0.05
HSL 114.24º 0.87% 0.6% -
HSV(B) 114.24º 0.73% 0.95% -
XYZ 36.19 65.68 15.77 -
YUV 173.98 66.49 62.39 -
System Red Green Blue C M Y K H S L
Decimal 82 242 65 0.66 0 0.73 0.05 114.24 0.87 0.6
Hex 52 F2 41 42 0 49 5 72 57 3C
Octal 122 362 101 102 0 111 5 162 127 74
Binary 1010010 11110010 1000001 1000010 0 1001001 101 1110010 1010111 111100

Color Harmonies of #52F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F241

Black with #52F241

Text Example


Text Example

White with #52F241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,242,65); }

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

background-color css

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

 a { background-color: rgb(82,242,65); }

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

border-color css

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

 span { border-color: rgb(82,242,65); }

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