Html Css Color HEX #CBF005 Electric Lime

📋 copy color: '#CBF005'

red 203 ◦ green 240 ◦ blue 5

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

Shades of Electric Lime #CBF005

Tints of Electric Lime #CBF005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.57%

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

R = 45.31%
G = 53.57%
B = 1.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#CBF005 (or 0xCBF005) is known color: Electric Lime. HEX triplet: CB, F0 and 05. RGB value is (203,240,5). Sum of RGB (Red+Green+Blue) = 203+240+5=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF005 is #340FFA. Grayscale: #CBCBCB. Windows color (decimal): -3411963 or 389323. OLE color: 389323.

HSL color Cylindrical-coordinate representation of color #CBF005: hue angle of 69.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBF005 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 5 -
CMYK 0.15 0 0.98 0.06
HSL 69.45º 0.96% 0.48% -
HSV(B) 69.45º 0.98% 0.94% -
XYZ 55.82 75.03 11.68 -
YUV 202.15 16.74 128.61 -
System Red Green Blue C M Y K H S L
Decimal 203 240 5 0.15 0 0.98 0.06 69.45 0.96 0.48
Hex CB F0 5 F 0 62 6 45 60 30
Octal 313 360 5 17 0 142 6 105 140 60
Binary 11001011 11110000 101 1111 0 1100010 110 1000101 1100000 110000

Color Harmonies of #CBF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF005

Black with #CBF005

Text Example


Text Example

White with #CBF005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF005; }

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

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

background-color css

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

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

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

border-color css

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

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

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