Html Css Color HEX #CBF205 Electric Lime

📋 copy color: '#CBF205'

red 203 ◦ green 242 ◦ blue 5

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

Shades of Electric Lime #CBF205

Tints of Electric Lime #CBF205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 45.11%
G = 53.78%
B = 1.11%

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

#CBF205 (or 0xCBF205) is known color: Electric Lime. HEX triplet: CB, F2 and 05. RGB value is (203,242,5). Sum of RGB (Red+Green+Blue) = 203+242+5=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF205 is #340DFA. Grayscale: #CCCCCC. Windows color (decimal): -3411451 or 389835. OLE color: 389835.

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

Color convert

RGB 203 242 5 -
CMYK 0.16 0 0.98 0.05
HSL 69.87º 0.96% 0.48% -
HSV(B) 69.87º 0.98% 0.95% -
XYZ 56.41 76.21 11.88 -
YUV 203.32 16.08 127.77 -
System Red Green Blue C M Y K H S L
Decimal 203 242 5 0.16 0 0.98 0.05 69.87 0.96 0.48
Hex CB F2 5 10 0 62 5 46 60 30
Octal 313 362 5 20 0 142 5 106 140 60
Binary 11001011 11110010 101 10000 0 1100010 101 1000110 1100000 110000

Color Harmonies of #CBF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF205

Black with #CBF205

Text Example


Text Example

White with #CBF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF205; }

 p { color: rgb(203,242,5); }

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

background-color css

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

 a { background-color: rgb(203,242,5); }

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

border-color css

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

 span { border-color: rgb(203,242,5); }

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