Html Css Color HEX #58F227 Bright Green

📋 copy color: '#58F227'

red 88 ◦ green 242 ◦ blue 39

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

Shades of Bright Green #58F227

Tints of Bright Green #58F227

RGB

 RED value IS 88 (34.77% from 255) = 23.85%

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

 BLUE value IS 39 (15.63% from 255) = 10.57%

R = 23.85%
G = 65.58%
B = 10.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#58F227 (or 0x58F227) is known color: Bright Green. HEX triplet: 58, F2 and 27. RGB value is (88,242,39). Sum of RGB (Red+Green+Blue) = 88+242+39=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #58F227 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F227 is #A70DD8. Grayscale: #ADADAD. Windows color (decimal): -10948057 or 2617944. OLE color: 2617944.

HSL color Cylindrical-coordinate representation of color #58F227: hue angle of 105.52º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58F227 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 242 39 -
CMYK 0.64 0 0.84 0.05
HSL 105.52º 0.89% 0.55% -
HSV(B) 105.52º 0.84% 0.95% -
XYZ 36.14 65.73 12.7 -
YUV 172.81 52.48 67.51 -
System Red Green Blue C M Y K H S L
Decimal 88 242 39 0.64 0 0.84 0.05 105.52 0.89 0.55
Hex 58 F2 27 40 0 54 5 6A 59 37
Octal 130 362 47 100 0 124 5 152 131 67
Binary 1011000 11110010 100111 1000000 0 1010100 101 1101010 1011001 110111

Color Harmonies of #58F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F227

Black with #58F227

Text Example


Text Example

White with #58F227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58F227; }

 p { color: rgb(88,242,39); }

 H1.HeaderClassName
 {
   color: #58F227;
 }
 .AnyTagClassName
 {
   color: #58F227;
 }
</style>

background-color css

<style>
 a { background-color: #58F227; }

 a { background-color: rgb(88,242,39); }

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

border-color css

<style>
 span { border-color: #58F227; }

 span { border-color: rgb(88,242,39); }

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