Html Css Color HEX #CBF304 Electric Lime

📋 copy color: '#CBF304'

red 203 ◦ green 243 ◦ blue 4

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

Shades of Electric Lime #CBF304

Tints of Electric Lime #CBF304

RGB

 RED value IS 203 (79.69% from 255) = 45.11%

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 45.11%
G = 54%
B = 0.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CBF304 (or 0xCBF304) is known color: Electric Lime. HEX triplet: CB, F3 and 04. RGB value is (203,243,4). Sum of RGB (Red+Green+Blue) = 203+243+4=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF304 is #340CFB. Grayscale: #CCCCCC. Windows color (decimal): -3411196 or 324555. OLE color: 324555.

HSL color Cylindrical-coordinate representation of color #CBF304: hue angle of 70.04º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBF304 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 243 4 -
CMYK 0.16 0 0.98 0.05
HSL 70.04º 0.97% 0.48% -
HSV(B) 70.04º 0.98% 0.95% -
XYZ 56.7 76.81 11.95 -
YUV 203.79 15.25 127.43 -
System Red Green Blue C M Y K H S L
Decimal 203 243 4 0.16 0 0.98 0.05 70.04 0.97 0.48
Hex CB F3 4 10 0 62 5 46 61 30
Octal 313 363 4 20 0 142 5 106 141 60
Binary 11001011 11110011 100 10000 0 1100010 101 1000110 1100001 110000

Color Harmonies of #CBF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF304

Black with #CBF304

Text Example


Text Example

White with #CBF304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF304; }

 p { color: rgb(203,243,4); }

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

background-color css

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

 a { background-color: rgb(203,243,4); }

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

border-color css

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

 span { border-color: rgb(203,243,4); }

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