Html Css Color HEX #CBDF04 Electric Lime

📋 copy color: '#CBDF04'

red 203 ◦ green 223 ◦ blue 4

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

Shades of Electric Lime #CBDF04

Tints of Electric Lime #CBDF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.86%

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

R = 47.21%
G = 51.86%
B = 0.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CBDF04 (or 0xCBDF04) is known color: Electric Lime. HEX triplet: CB, DF and 04. RGB value is (203,223,4). Sum of RGB (Red+Green+Blue) = 203+223+4=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDF04 is #3420FB. Grayscale: #C0C0C0. Windows color (decimal): -3416316 or 319435. OLE color: 319435.

HSL color Cylindrical-coordinate representation of color #CBDF04: hue angle of 65.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBDF04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 223 4 -
CMYK 0.09 0 0.98 0.13
HSL 65.48º 0.96% 0.45% -
HSV(B) 65.48º 0.98% 0.87% -
XYZ 51.04 65.48 10.06 -
YUV 192.05 21.87 135.81 -
System Red Green Blue C M Y K H S L
Decimal 203 223 4 0.09 0 0.98 0.13 65.48 0.96 0.45
Hex CB DF 4 9 0 62 D 41 60 2D
Octal 313 337 4 11 0 142 15 101 140 55
Binary 11001011 11011111 100 1001 0 1100010 1101 1000001 1100000 101101

Color Harmonies of #CBDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDF04

Black with #CBDF04

Text Example


Text Example

White with #CBDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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