Html Css Color HEX #BCF230 Green Yellow

📋 copy color: '#BCF230'

red 188 ◦ green 242 ◦ blue 48

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

Shades of Green Yellow #BCF230

Tints of Green Yellow #BCF230

RGB

 RED value IS 188 (73.83% from 255) = 39.33%

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

 BLUE value IS 48 (19.14% from 255) = 10.04%

R = 39.33%
G = 50.63%
B = 10.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#BCF230 (or 0xBCF230) is known color: Green Yellow. HEX triplet: BC, F2 and 30. RGB value is (188,242,48). Sum of RGB (Red+Green+Blue) = 188+242+48=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF230 is #430DCF. Grayscale: #CCCCCC. Windows color (decimal): -4394448 or 3207868. OLE color: 3207868.

HSL color Cylindrical-coordinate representation of color #BCF230: hue angle of 76.7º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCF230 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 48 -
CMYK 0.22 0 0.80 0.05
HSL 76.7º 0.88% 0.57% -
HSV(B) 76.7º 0.8% 0.95% -
XYZ 53.02 74.41 14.36 -
YUV 203.74 40.11 116.77 -
System Red Green Blue C M Y K H S L
Decimal 188 242 48 0.22 0 0.80 0.05 76.7 0.88 0.57
Hex BC F2 30 16 0 50 5 4D 58 39
Octal 274 362 60 26 0 120 5 115 130 71
Binary 10111100 11110010 110000 10110 0 1010000 101 1001101 1011000 111001

Color Harmonies of #BCF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF230

Black with #BCF230

Text Example


Text Example

White with #BCF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF230; }

 p { color: rgb(188,242,48); }

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

background-color css

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

 a { background-color: rgb(188,242,48); }

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

border-color css

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

 span { border-color: rgb(188,242,48); }

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