Html Css Color HEX #5CF325 Bright Green

📋 copy color: '#5CF325'

red 92 ◦ green 243 ◦ blue 37

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

Shades of Bright Green #5CF325

Tints of Bright Green #5CF325

RGB

 RED value IS 92 (36.33% from 255) = 24.73%

 GREEN value IS 243 (95.31% from 255) = 65.32%

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 24.73%
G = 65.32%
B = 9.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#5CF325 (or 0x5CF325) is known color: Bright Green. HEX triplet: 5C, F3 and 25. RGB value is (92,243,37). Sum of RGB (Red+Green+Blue) = 92+243+37=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #5CF325 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF325 is #A30CDA. Grayscale: #AFAFAF. Windows color (decimal): -10685659 or 2487132. OLE color: 2487132.

HSL color Cylindrical-coordinate representation of color #5CF325: hue angle of 103.98º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5CF325 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 243 37 -
CMYK 0.62 0 0.85 0.05
HSL 103.98º 0.9% 0.55% -
HSV(B) 103.98º 0.85% 0.95% -
XYZ 36.8 66.51 12.65 -
YUV 174.37 50.47 69.25 -
System Red Green Blue C M Y K H S L
Decimal 92 243 37 0.62 0 0.85 0.05 103.98 0.9 0.55
Hex 5C F3 25 3E 0 55 5 68 5A 37
Octal 134 363 45 76 0 125 5 150 132 67
Binary 1011100 11110011 100101 111110 0 1010101 101 1101000 1011010 110111

Color Harmonies of #5CF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF325

Black with #5CF325

Text Example


Text Example

White with #5CF325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CF325; }

 p { color: rgb(92,243,37); }

 H1.HeaderClassName
 {
   color: #5CF325;
 }
 .AnyTagClassName
 {
   color: #5CF325;
 }
</style>

background-color css

<style>
 a { background-color: #5CF325; }

 a { background-color: rgb(92,243,37); }

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

border-color css

<style>
 span { border-color: #5CF325; }

 span { border-color: rgb(92,243,37); }

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