Html Css Color HEX #CBF104 Electric Lime

📋 copy color: '#CBF104'

red 203 ◦ green 241 ◦ blue 4

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

Shades of Electric Lime #CBF104

Tints of Electric Lime #CBF104

RGB

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

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

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

R = 45.31%
G = 53.79%
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

#CBF104 (or 0xCBF104) is known color: Electric Lime. HEX triplet: CB, F1 and 04. RGB value is (203,241,4). Sum of RGB (Red+Green+Blue) = 203+241+4=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF104 is #340EFB. Grayscale: #CBCBCB. Windows color (decimal): -3411708 or 324043. OLE color: 324043.

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

Color convert

RGB 203 241 4 -
CMYK 0.16 0 0.98 0.05
HSL 69.62º 0.97% 0.48% -
HSV(B) 69.62º 0.98% 0.95% -
XYZ 56.11 75.62 11.75 -
YUV 202.62 15.91 128.27 -
System Red Green Blue C M Y K H S L
Decimal 203 241 4 0.16 0 0.98 0.05 69.62 0.97 0.48
Hex CB F1 4 10 0 62 5 46 61 30
Octal 313 361 4 20 0 142 5 106 141 60
Binary 11001011 11110001 100 10000 0 1100010 101 1000110 1100001 110000

Color Harmonies of #CBF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF104

Black with #CBF104

Text Example


Text Example

White with #CBF104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF104; }

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

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

background-color css

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

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

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

border-color css

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

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

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