Html Css Color HEX #CBFD0A Electric Lime

📋 copy color: '#CBFD0A'

red 203 ◦ green 253 ◦ blue 10

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

Shades of Electric Lime #CBFD0A

Tints of Electric Lime #CBFD0A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.29%

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 43.56%
G = 54.29%
B = 2.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#CBFD0A (or 0xCBFD0A) is known color: Electric Lime. HEX triplet: CB, FD and 0A. RGB value is (203,253,10). Sum of RGB (Red+Green+Blue) = 203+253+10=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD0A is #3402F5. Grayscale: #D3D3D3. Windows color (decimal): -3408630 or 720331. OLE color: 720331.

HSL color Cylindrical-coordinate representation of color #CBFD0A: hue angle of 72.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBFD0A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 253 10 -
CMYK 0.20 0 0.96 0.01
HSL 72.35º 0.98% 0.52% -
HSV(B) 72.35º 0.96% 0.99% -
XYZ 59.81 82.97 13.15 -
YUV 210.35 14.94 122.76 -
System Red Green Blue C M Y K H S L
Decimal 203 253 10 0.20 0 0.96 0.01 72.35 0.98 0.52
Hex CB FD A 14 0 60 1 48 62 34
Octal 313 375 12 24 0 140 1 110 142 64
Binary 11001011 11111101 1010 10100 0 1100000 1 1001000 1100010 110100

Color Harmonies of #CBFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFD0A

Black with #CBFD0A

Text Example


Text Example

White with #CBFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFD0A; }

 p { color: rgb(203,253,10); }

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

background-color css

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

 a { background-color: rgb(203,253,10); }

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

border-color css

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

 span { border-color: rgb(203,253,10); }

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