Html Css Color HEX #CBF103 Electric Lime

📋 copy color: '#CBF103'

red 203 ◦ green 241 ◦ blue 3

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

Shades of Electric Lime #CBF103

Tints of Electric Lime #CBF103

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.91%

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

R = 45.41%
G = 53.91%
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

#CBF103 (or 0xCBF103) is known color: Electric Lime. HEX triplet: CB, F1 and 03. RGB value is (203,241,3). Sum of RGB (Red+Green+Blue) = 203+241+3=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF103 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF103 is #340EFC. Grayscale: #CBCBCB. Windows color (decimal): -3411709 or 258507. OLE color: 258507.

HSL color Cylindrical-coordinate representation of color #CBF103: hue angle of 69.58º 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 #CBF103 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 3 -
CMYK 0.16 0 0.99 0.05
HSL 69.58º 0.98% 0.48% -
HSV(B) 69.58º 0.99% 0.95% -
XYZ 56.1 75.61 11.72 -
YUV 202.51 15.41 128.35 -
System Red Green Blue C M Y K H S L
Decimal 203 241 3 0.16 0 0.99 0.05 69.58 0.98 0.48
Hex CB F1 3 10 0 63 5 46 62 30
Octal 313 361 3 20 0 143 5 106 142 60
Binary 11001011 11110001 11 10000 0 1100011 101 1000110 1100010 110000

Color Harmonies of #CBF103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF103

Black with #CBF103

Text Example


Text Example

White with #CBF103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF103; }

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

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

background-color css

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

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

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

border-color css

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

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

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