Html Css Color HEX #6CF225 Bright Green

📋 copy color: '#6CF225'

red 108 ◦ green 242 ◦ blue 37

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

Shades of Bright Green #6CF225

Tints of Bright Green #6CF225

RGB

 RED value IS 108 (42.58% from 255) = 27.91%

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

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

R = 27.91%
G = 62.53%
B = 9.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#6CF225 (or 0x6CF225) is known color: Bright Green. HEX triplet: 6C, F2 and 25. RGB value is (108,242,37). Sum of RGB (Red+Green+Blue) = 108+242+37=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CF225 is #930DDA. Grayscale: #B3B3B3. Windows color (decimal): -9637339 or 2486892. OLE color: 2486892.

HSL color Cylindrical-coordinate representation of color #6CF225: hue angle of 99.22º degrees, saturation: 0.89, 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 #6CF225 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 242 37 -
CMYK 0.55 0 0.85 0.05
HSL 99.22º 0.89% 0.55% -
HSV(B) 99.22º 0.85% 0.95% -
XYZ 38.27 66.83 12.63 -
YUV 178.56 48.11 77.67 -
System Red Green Blue C M Y K H S L
Decimal 108 242 37 0.55 0 0.85 0.05 99.22 0.89 0.55
Hex 6C F2 25 37 0 55 5 63 59 37
Octal 154 362 45 67 0 125 5 143 131 67
Binary 1101100 11110010 100101 110111 0 1010101 101 1100011 1011001 110111

Color Harmonies of #6CF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF225

Black with #6CF225

Text Example


Text Example

White with #6CF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CF225; }

 p { color: rgb(108,242,37); }

 H1.HeaderClassName
 {
   color: #6CF225;
 }
 .AnyTagClassName
 {
   color: #6CF225;
 }
</style>

background-color css

<style>
 a { background-color: #6CF225; }

 a { background-color: rgb(108,242,37); }

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

border-color css

<style>
 span { border-color: #6CF225; }

 span { border-color: rgb(108,242,37); }

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