Html Css Color HEX #CBF303 Electric Lime

📋 copy color: '#CBF303'

red 203 ◦ green 243 ◦ blue 3

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

Shades of Electric Lime #CBF303

Tints of Electric Lime #CBF303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 45.21%
G = 54.12%
B = 0.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CBF303 (or 0xCBF303) is known color: Electric Lime. HEX triplet: CB, F3 and 03. RGB value is (203,243,3). Sum of RGB (Red+Green+Blue) = 203+243+3=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF303 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF303 is #340CFC. Grayscale: #CCCCCC. Windows color (decimal): -3411197 or 259019. OLE color: 259019.

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

Color convert

RGB 203 243 3 -
CMYK 0.16 0 0.99 0.05
HSL 70º 0.98% 0.48% -
HSV(B) 70º 0.99% 0.95% -
XYZ 56.7 76.8 11.92 -
YUV 203.68 14.75 127.51 -
System Red Green Blue C M Y K H S L
Decimal 203 243 3 0.16 0 0.99 0.05 70 0.98 0.48
Hex CB F3 3 10 0 63 5 46 62 30
Octal 313 363 3 20 0 143 5 106 142 60
Binary 11001011 11110011 11 10000 0 1100011 101 1000110 1100010 110000

Color Harmonies of #CBF303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF303

Black with #CBF303

Text Example


Text Example

White with #CBF303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF303; }

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

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

background-color css

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

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

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

border-color css

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

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

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